mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-03 13:11:25 +08:00
Put the docs build command on a single line.
This commit is contained in:
@@ -51,8 +51,7 @@ section_end "Install.optional.dependencies"
|
||||
|
||||
section "Build.docs"
|
||||
if [[ ($PY != 2.6) && ($PY != 3.2) ]]; then
|
||||
export SPHINXCACHE=$HOME/.cache/sphinx
|
||||
make html
|
||||
export SPHINXCACHE=$HOME/.cache/sphinx; make html
|
||||
fi
|
||||
section_end "Build.docs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user