Updates .readthedocs.yaml
This commit is contained in:
parent
ad9b233913
commit
7904b79a09
|
@ -1,7 +1,18 @@
|
|||
version: 2
|
||||
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
configuration: content/conf.py
|
||||
|
||||
# Optionally build your docs in additional formats such as PDF
|
||||
formats: all
|
||||
|
||||
# Optionally set the version of Python and requirements required to build your docs
|
||||
python:
|
||||
version: "3.7"
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
|
||||
formats: all
|
||||
submodules:
|
||||
include: all
|
||||
recursive: true
|
||||
|
|
Loading…
Reference in New Issue