Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cef02fd

Browse filesBrowse 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
Copy full SHA for cef02fd

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: requirements/doc/doc-requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.