Skip to content

Commit cef02fd

Browse files
authored
Merge pull request #24922 from meeseeksmachine/auto-backport-of-pr-24921-on-v3.7.x
Backport PR #24921 on branch v3.7.x (Pin sphinx != 6.1.2)
2 parents 773270f + 9aee80b commit cef02fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
178178
# Install optional dependencies from PyPI.
179179
# Sphinx is needed to run sphinxext tests
180-
python -m pip install --upgrade sphinx
180+
python -m pip install --upgrade sphinx!=6.1.2
181181
182182
# GUI toolkits are pip-installable only for some versions of Python
183183
# so don't fail if we can't install them. Make it easier to check

requirements/doc/doc-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Install the documentation requirements with:
88
# pip install -r requirements/doc/doc-requirements.txt
99
#
10-
sphinx>=3.0.0
10+
sphinx>=3.0.0,!=6.1.2
1111
colorspacious
1212
ipython
1313
ipywidgets

0 commit comments

Comments
 (0)