Revert changes to force Sphinx 1.2.3

This commit is contained in:
Steven Silvester
2015-03-14 10:35:59 -05:00
parent 9c3a6c1e91
commit 15f6497bfe
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ coverage:
nosetests skimage --with-coverage --cover-package=skimage
html:
pip install -q sphinx==1.2.3
pip install -q sphinx
export SPHINXOPTS=-W; make -C doc html
-1
View File
@@ -10,7 +10,6 @@ section_end "Test.with.min.requirements"
section "Build.docs"
if [[ ($PY != 2.6) && ($PY != 3.2) ]]; then
sudo apt-get install -qq texlive texlive-latex-extra dvipng
pip install -U setuptools pip
make html
fi
section_end "Build.docs"