diff --git a/.readthedocs.yml b/.readthedocs.yml index b62c7a8..e436219 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,17 +6,15 @@ # Required version: 2 -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/source/conf.py - builder: html - fail_on_warning: false - -# Optionally set the version of Python and requirements required to build your docs python: - version: '3.8' install: - method: pip path: . extra_requirements: - docs + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py + builder: html + fail_on_warning: false