Skip to content

Commit

Permalink
fix(rtd): okay, back to Sphinx 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Oct 24, 2024
1 parent 90b5a04 commit 4defaee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip
wheel
requests>=2.28.1

sphinx==8.0.2
sphinx==7.4.7
sphinx-gallery>=0.14.0
sphinx-rtd-theme>=1.3.0
pydoctor>=23.4.0
Expand Down
4 changes: 2 additions & 2 deletions scripts/mkdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ if [ ! -d ".venv" ]; then

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

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

0 comments on commit 4defaee

Please sign in to comment.