Updates .readthedocs.yaml

This commit is contained in:
Root 2022-09-22 16:39:07 +00:00
parent ad9b233913
commit 7904b79a09
1 changed files with 12 additions and 1 deletions

View File

@ -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