From 6058cd84670578bea70e41b58e121ce2b8903883 Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Mon, 28 Mar 2016 20:08:22 +0100 Subject: [PATCH] Limit Sphinx to 1.3.6 for the time being since we are seeing issues with 1.4.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 658130c8432..56cad11b2d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,7 +86,7 @@ install: fi # Always install from pypi pip install $PRE pep8 cycler coveralls coverage python-dateutil pyparsing!=2.0.4 - pip install pillow sphinx!=1.3.0 $MOCK numpydoc ipython colorspacious + pip install pillow sphinx==1.3.6 $MOCK numpydoc ipython colorspacious # Install nose from a build which has partial # support for python36 and suport for coverage output suppressing pip install git+https://github.com/jenshnielsen/nose.git@matplotlibnose