Test that docs compile under latex as well --needed for PDF building

This commit is contained in:
Alex Gaynor 2013-12-15 10:24:35 -08:00
parent 0e9c4d187c
commit 960cf5ea24

View file

@ -17,6 +17,7 @@ deps =
basepython = python2.7
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b linkcheck docs docs/_build/html