We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43101ed commit a4dea3fCopy full SHA for a4dea3f
ci_scripts/circle_install.sh
@@ -8,7 +8,7 @@ source activate testenv
8
9
# install documentation building dependencies
10
pip install --upgrade numpy
11
-pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc
+pip install --upgrade matplotlib setuptools nose coverage sphinx==1.5.5 sphinx_bootstrap_theme numpydoc
12
# And finally, all other dependencies
13
cat requirements.txt | xargs -n 1 -L 1 pip install
14
0 commit comments