From: Quentin Young Date: Fri, 17 Nov 2023 17:11:09 +0000 (-0500) Subject: doc: fix docs path to requirements.txt X-Git-Tag: base_10.0~267^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9d963dc3f13a739c8f8024f4bee666731c491119;p=matthieu%2Ffrr.git doc: fix docs path to requirements.txt Signed-off-by: Quentin Young --- 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