mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
Try again with the sphinx build on Travis.
This commit is contained in:
@@ -9,8 +9,9 @@ section_end "Test.with.min.requirements"
|
||||
|
||||
section "Build.docs"
|
||||
if [[ ($PY != 2.6) && ($PY != 3.2) ]]; then
|
||||
SPHINXBUILD="python $(which sphinx-build)"
|
||||
pushd doc
|
||||
python `which sphinx-build` -d $HOME/.cache/sphinx -W source build/html
|
||||
$SPHINXBUILD -d $HOME/.cache/sphinx -W source build/html
|
||||
popd
|
||||
fi
|
||||
section_end "Build.docs"
|
||||
|
||||
Reference in New Issue
Block a user