]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: fix docs path to requirements.txt
authorQuentin Young <qlyoung@qlyoung.net>
Fri, 17 Nov 2023 17:11:09 +0000 (12:11 -0500)
committerQuentin Young <qlyoung@qlyoung.net>
Fri, 17 Nov 2023 17:11:09 +0000 (12:11 -0500)
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
doc/developer/.readthedocs.yaml
doc/user/.readthedocs.yaml

index 603a7a3e06f9b4cf08db227390137f5be27407af..891c5a041528c17f098b4e4e8b9c70cc4c6be2c1 100644 (file)
@@ -9,7 +9,7 @@ build:
 
 python:
   install:
-    - requirements: requirements.txt
+    - requirements: doc/developer/requirements.txt
 
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
index affe75e14c62531bb18fb1687a520e0bdfb38bd3..ba5698c1d50e89d271110d3fce45e3f5470d5322 100644 (file)
@@ -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