diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 5e4f0808c479aa71ed97bafc2de79954f550a4a9..ccfd63265fb5ad16c7b9f9699a3778e87736a846 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -14,3 +14,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt