mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:48:43 +08:00
Fix the SPHINXBUILD define for Travis
This commit is contained in:
@@ -9,7 +9,8 @@ section_end "Test.with.min.requirements"
|
||||
|
||||
section "Build.docs"
|
||||
if [[ ($PY != 2.6) && ($PY != 3.2) ]]; then
|
||||
SPHINXBUILD="python $(which sphinx-build) -d $HOME/.cache/sphinx" make html
|
||||
export SPHINXBUILD="python $(which sphinx-build) -d $HOME/.cache/sphinx"
|
||||
make html
|
||||
fi
|
||||
section_end "Build.docs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user