summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@qlyoung.net>2023-09-28 10:49:37 -0400
committerQuentin Young <qlyoung@qlyoung.net>2023-09-28 10:51:10 -0400
commitdd858b8a76f85eae9531e1e908a15a87b58f5412 (patch)
tree4be10796f1484f86d1dcd3e6ddc9d3fb699c2eb3
parent8640fc9c0a5e6118fe878970169b38ddc00e8390 (diff)
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>
-rw-r--r--doc/developer/.readthedocs.yaml4
-rw-r--r--doc/requirements.txt1
-rw-r--r--doc/user/.readthedocs.yaml4
3 files changed, 0 insertions, 9 deletions
diff --git a/doc/developer/.readthedocs.yaml b/doc/developer/.readthedocs.yaml
index 9acbedb9cd..113672fadb 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
diff --git a/doc/requirements.txt b/doc/requirements.txt
deleted file mode 100644
index debc7f1889..0000000000
--- a/doc/requirements.txt
+++ /dev/null
@@ -1 +0,0 @@
-sphinx==4.0.2
diff --git a/doc/user/.readthedocs.yaml b/doc/user/.readthedocs.yaml
index ed44aef552..c5a11dab17 100644
--- a/doc/user/.readthedocs.yaml
+++ b/doc/user/.readthedocs.yaml
@@ -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