]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: unpin sphinx from 4.0.2
authorQuentin Young <qlyoung@qlyoung.net>
Thu, 28 Sep 2023 14:49:37 +0000 (10:49 -0400)
committerQuentin Young <qlyoung@qlyoung.net>
Thu, 28 Sep 2023 14:51:10 +0000 (10:51 -0400)
requirements.txt was pinning sphinx at a very old version. This version
doesn't work in recent versions of Python; the new RTD configuration
made RTD respect our requirements file, breaking the build.

Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
doc/developer/.readthedocs.yaml
doc/requirements.txt [deleted file]
doc/user/.readthedocs.yaml

index 9acbedb9cdab43a4e11e4d51125741af7722d0a0..113672fadbc3af9486471093b536ad9ec2d6b175 100644 (file)
@@ -10,7 +10,3 @@ build:
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
   configuration: doc/developer/conf.py
-
-python:
-  install:
-    - requirements: doc/requirements.txt
diff --git a/doc/requirements.txt b/doc/requirements.txt
deleted file mode 100644 (file)
index debc7f1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-sphinx==4.0.2
index ed44aef552b1dd6592fc9358e46c13d3d10ec943..c5a11dab17cee03e974a19063deb713035f487cc 100644 (file)
@@ -10,7 +10,3 @@ build:
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
   configuration: doc/user/conf.py
-
-python:
-  install:
-    - requirements: doc/requirements.txt