]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: restore frr docs theme
authorQuentin Young <qlyoung@qlyoung.net>
Thu, 16 Nov 2023 23:44:11 +0000 (18:44 -0500)
committerQuentin Young <qlyoung@qlyoung.net>
Thu, 16 Nov 2023 23:44:28 +0000 (18:44 -0500)
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
doc/developer/.readthedocs.yaml
doc/developer/requirements.txt [new file with mode: 0644]
doc/user/.readthedocs.yaml
doc/user/requirements.txt [new file with mode: 0644]

index 113672fadbc3af9486471093b536ad9ec2d6b175..603a7a3e06f9b4cf08db227390137f5be27407af 100644 (file)
@@ -7,6 +7,10 @@ build:
   tools:
     python: "3.11"
 
+python:
+  install:
+    - requirements: requirements.txt
+
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
   configuration: doc/developer/conf.py
diff --git a/doc/developer/requirements.txt b/doc/developer/requirements.txt
new file mode 100644 (file)
index 0000000..483a4e9
--- /dev/null
@@ -0,0 +1 @@
+sphinx_rtd_theme
index c5a11dab17cee03e974a19063deb713035f487cc..affe75e14c62531bb18fb1687a520e0bdfb38bd3 100644 (file)
@@ -7,6 +7,9 @@ build:
   tools:
     python: "3.11"
 
+python:
+  install:
+    - requirements: requirements.txt
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
   configuration: doc/user/conf.py
diff --git a/doc/user/requirements.txt b/doc/user/requirements.txt
new file mode 100644 (file)
index 0000000..483a4e9
--- /dev/null
@@ -0,0 +1 @@
+sphinx_rtd_theme