diff --git a/doc/developer/.readthedocs.yaml b/doc/developer/.readthedocs.yaml index 603a7a3e0..891c5a041 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 affe75e14..ba5698c1d 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