8000 Limit Sphinx to 1.3.6 for the time being since we are seeing issues w… · matplotlib/matplotlib@6058cd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6058cd8

Browse files
committed
Limit Sphinx to 1.3.6 for the time being since we are seeing issues with 1.4.0
1 parent eac6ce1 commit 6058cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ install:
8686
fi
8787
# Always install from pypi
8888
pip install $PRE pep8 cycler coveralls coverage python-dateutil pyparsing!=2.0.4
89-
pip install pillow sphinx!=1.3.0 $MOCK numpydoc ipython colorspacious
89+
pip install pillow sphinx==1.3.6 $MOCK numpydoc ipython colorspacious
9090
# Install nose from a build which has partial
9191
# support for python36 and suport for coverage output suppressing
9292
pip install git+https://github.com/jenshnielsen/nose.git@matplotlibnose

0 commit comments

Comments
 (0)
0