diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d6bbb5a..71b1189 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,3 +10,8 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py + +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt