8000 Merge pull request #13805 from timhoffm/pin-sphinx-1.x · matplotlib/matplotlib@38fc99e · GitHub
[go: up one dir, main page]

Skip to content

Commit 38fc99e

Browse files
committed
Merge pull request #13805 from timhoffm/pin-sphinx-1.x
BLD: Pin Sphinx to 1.x Conflicts: requirements/doc/doc-requirements.txt - the v3.1 branch support sphinx < 1.8 and carries a bunch of known-bad version exclusions
1 parent 794ef34 commit 38fc99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/doc/doc-requirements.txt

Lines 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>=1.3,!=1.5.0,!=1.6.4,!=1.7.3,!=1.8.0
10+
sphinx>=1.3,!=1.5.0,!=1.6.4,!=1.7.3,!=1.8.0<2.0.0
1111
colorspacious
1212
ipython
1313
ipywidgets

0 commit comments

Comments
 (0)
0