summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@qlyoung.net>2023-09-28 16:49:37 +0200
committerQuentin Young <qlyoung@qlyoung.net>2023-09-28 16:51:10 +0200
commitdd858b8a76f85eae9531e1e908a15a87b58f5412 (patch)
tree4be10796f1484f86d1dcd3e6ddc9d3fb699c2eb3 /doc/developer
parentMerge pull request #14494 from idryzhov/mgmtd-show-datastore-contents-crash (diff)
downloadfrr-dd858b8a76f85eae9531e1e908a15a87b58f5412.tar.xz
frr-dd858b8a76f85eae9531e1e908a15a87b58f5412.zip
doc: unpin sphinx from 4.0.2
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>
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/.readthedocs.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/developer/.readthedocs.yaml b/doc/developer/.readthedocs.yaml
index 9acbedb9c..113672fad 100644
--- a/doc/developer/.readthedocs.yaml
+++ b/doc/developer/.readthedocs.yaml
@@ -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