diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-15 11:43:54 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-15 11:43:54 -0800 |
commit | a14c0fe87e4fbc44f566df0378f5af5a18822cb8 (patch) | |
tree | a71ed9c33f64744912fffa3ef1caffc6afed49a3 | |
parent | 0e9c4d187cad5650beb2bba210f9273f3e211e5c (diff) | |
parent | 960cf5ea24d7ccddf014b3feb546b52796992b91 (diff) | |
download | cryptography-a14c0fe87e4fbc44f566df0378f5af5a18822cb8.tar.gz cryptography-a14c0fe87e4fbc44f566df0378f5af5a18822cb8.tar.bz2 cryptography-a14c0fe87e4fbc44f566df0378f5af5a18822cb8.zip |
Merge pull request #309 from alex/test-latex
Test that docs compile under latex as well --needed for PDF building
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |