8000 Merge pull request #6234 from jenshnielsen/sphinx136 · matplotlib/matplotlib@ff2aadf · GitHub
[go: up one dir, main page]

Skip to content

Commit ff2aadf

Browse files
committed
Merge pull request #6234 from jenshnielsen/sphinx136
Limit Sphinx to 1.3.6 for the time being
2 parents b4bed49 + 6058cd8 commit ff2aadf

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