diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4b8cc9c849301ae5f8e877329acd83e4eeb23341..1e843b2d2b4eb986af83263bf3737b33b8e4847b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,3 +12,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py + +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file