Thanks to visit codestin.com
Credit goes to github.com

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)