Compare commits
2 commits
a857bb6b38
...
2cd187da15
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cd187da15 | |||
| 65c9942bb8 |
1 changed files with 28 additions and 0 deletions
28
.readthedocs.yaml
Normal file
28
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: Unlicense
|
||||
|
||||
# Read the Docs configuration file
|
||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
|
||||
# Required
|
||||
version: 2
|
||||
|
||||
submodules:
|
||||
include: all
|
||||
|
||||
build:
|
||||
os: ubuntu-lts-latest
|
||||
tools:
|
||||
python: "3"
|
||||
|
||||
python:
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
|
||||
sphinx:
|
||||
# Path to your Sphinx configuration file.
|
||||
configuration: docs/conf.py
|
||||
Loading…
Reference in a new issue