mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 05:22:37 +08:00
Correct the docs 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
|
||||
export SPHINXBUILD="python $(which sphinx-build) -d $HOME/.cache/sphinx"
|
||||
make html
|
||||
pushd doc
|
||||
python `which sphinx-build` -d $HOME/.cache/sphinx -W source build/html
|
||||
popd
|
||||
fi
|
||||
section_end "Build.docs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user