diff --git a/.readthedocs.yml b/.readthedocs.yml index aba49f64..3193dbeb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,18 +15,8 @@ build: # rust: "1.55" # golang: "1.17" + +# Build documentation in the "docs/" directory with Sphinx sphinx: fail_on_warning: true - -# Build documentation in the docs/ directory with Sphinx -# sphinx: -# configuration: docs/conf.py - -# If using Sphinx, optionally build your docs in additional formats such as PDF -# formats: -# - pdf - -# Optionally declare the Python requirements required to build your docs -python: - install: - - requirements: docs/requirements.txt + configuration: docs/requirements.txt