Skip to content

Commit a4dea3f

Browse files
committed
set sphinx==1.5.5 on circle-ci
1 parent 43101ed commit a4dea3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/circle_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source activate testenv
88

99
# install documentation building dependencies
1010
pip install --upgrade numpy
11-
pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc
11+
pip install --upgrade matplotlib setuptools nose coverage sphinx==1.5.5 sphinx_bootstrap_theme numpydoc
1212
# And finally, all other dependencies
1313
cat requirements.txt | xargs -n 1 -L 1 pip install
1414

0 commit comments

Comments
 (0)