diff --git a/doc/developer/.readthedocs.yaml b/doc/developer/.readthedocs.yaml index 603a7a3e06..891c5a0415 100644 --- a/doc/developer/.readthedocs.yaml +++ b/doc/developer/.readthedocs.yaml @@ -9,7 +9,7 @@ build: python: install: - - requirements: requirements.txt + - requirements: doc/developer/requirements.txt # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/doc/user/.readthedocs.yaml b/doc/user/.readthedocs.yaml index affe75e14c..ba5698c1d5 100644 --- a/doc/user/.readthedocs.yaml +++ b/doc/user/.readthedocs.yaml @@ -9,7 +9,7 @@ build: python: install: - - requirements: requirements.txt + - requirements: doc/user/requirements.txt # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/user/conf.py