Fix the SPHINXBUILD define for Travis

This commit is contained in:
John Wiggins
2015-09-05 21:59:49 +02:00
parent 8721bee3ef
commit d29c97f625
+2 -1
View File
@@ -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"