aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-15 10:24:35 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-15 10:24:35 -0800
commit960cf5ea24d7ccddf014b3feb546b52796992b91 (patch)
treea71ed9c33f64744912fffa3ef1caffc6afed49a3 /tox.ini
parent0e9c4d187cad5650beb2bba210f9273f3e211e5c (diff)
downloadcryptography-960cf5ea24d7ccddf014b3feb546b52796992b91.tar.gz
cryptography-960cf5ea24d7ccddf014b3feb546b52796992b91.tar.bz2
cryptography-960cf5ea24d7ccddf014b3feb546b52796992b91.zip
Test that docs compile under latex as well --needed for PDF building
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 56603da2..39fe024f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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