Put the docs build command on a single line.

This commit is contained in:
John Wiggins
2015-09-13 10:50:22 +02:00
parent 7e4c1d2b36
commit a445dda638
+1 -2
View File
@@ -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"