diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f8c5054..9b6cb32 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,13 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/conf.py formats: - - pdf + - pdf + +# Optionally declare the Python requirements required to build your docs +python: + install: + - method: pip + path: . \ No newline at end of file