Skip to content

Commit

Permalink
Revert changes to force Sphinx 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 14, 2015
1 parent 9c3a6c1 commit 15f6497
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 0 additions & 1 deletion tools/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 15f6497

Please sign in to comment.