mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Test that docs compile under latex as well --needed for PDF building
This commit is contained in:
parent
0e9c4d187c
commit
960cf5ea24
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue