Skip to content

Commit 4defaee

Browse files
committed
fix(rtd): okay, back to Sphinx 7
1 parent 90b5a04 commit 4defaee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip
22
wheel
33
requests>=2.28.1
44

5-
sphinx==8.0.2
5+
sphinx==7.4.7
66
sphinx-gallery>=0.14.0
77
sphinx-rtd-theme>=1.3.0
88
pydoctor>=23.4.0

scripts/mkdoc.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ if [ ! -d ".venv" ]; then
5151

5252
# Install sphinx, matplotlib, pandas, scipy, wheel and pydoctor into the venv.
5353
# doc2dash is optional; it will be installed when -d is given
54-
.venv/bin/pip install -U pip wheel sphinx==8.0.2 matplotlib pandas scipy pydoctor sphinx-rtd-theme
54+
.venv/bin/pip install -U pip wheel sphinx==7.4.7 matplotlib pandas scipy pydoctor sphinx-rtd-theme
5555
fi
5656

5757
# Make sure that Sphinx, PyDoctor (and maybe doc2dash) are up-to-date in the virtualenv
58-
.venv/bin/pip install -U sphinx==8.0.2 pydoctor sphinx-gallery sphinxcontrib-jquery sphinx-rtd-theme
58+
.venv/bin/pip install -U sphinx==7.4.7 pydoctor sphinx-gallery sphinxcontrib-jquery sphinx-rtd-theme
5959
if [ x$DOC2DASH = x1 ]; then
6060
.venv/bin/pip install -U doc2dash
6161
fi

0 commit comments

Comments
 (0)