Correct the docs build on Travis

This commit is contained in:
John Wiggins
2015-09-06 08:27:32 +02:00
parent d29c97f625
commit abd0f48473
+3 -2
View File
@@ -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"