diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8d045d96..7229bc29 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,12 +5,13 @@ # Required version: 2 -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/conf.py - # Optionally declare the Python requirements required to build your docs python: version: 3.8 install: - - requirements: requirements-docs.txt \ No newline at end of file + - requirements: requirements-docs.txt + - method: pip + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py