We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 773270f + 9aee80b commit cef02fdCopy full SHA for cef02fd
.github/workflows/tests.yml
@@ -177,7 +177,7 @@ jobs:
177
178
# Install optional dependencies from PyPI.
179
# Sphinx is needed to run sphinxext tests
180
- python -m pip install --upgrade sphinx
+ python -m pip install --upgrade sphinx!=6.1.2
181
182
# GUI toolkits are pip-installable only for some versions of Python
183
# so don't fail if we can't install them. Make it easier to check
requirements/doc/doc-requirements.txt
@@ -7,7 +7,7 @@
7
# Install the documentation requirements with:
8
# pip install -r requirements/doc/doc-requirements.txt
9
#
10
-sphinx>=3.0.0
+sphinx>=3.0.0,!=6.1.2
11
colorspacious
12
ipython
13
ipywidgets
0 commit comments