Skip to content

Commit 5a87d37

Browse files
authored
Merge pull request #24921 from ksunden/pin_sphinx
Pin sphinx != 6.1.2
2 parents 41fb34d + 8d239aa commit 5a87d37

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)