summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index d3f1e1d..bfc523f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -60,6 +60,18 @@ deps =
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
+[testenv:pdf-docs]
+basepython = python3
+deps =
+ {[testenv:docs]deps}
+commands =
+ {[testenv:docs]commands}
+ sphinx-build -W -b latex doc/source doc/build/pdf
+ make -C doc/build/pdf
+whitelist_externals =
+ make
+ cp
+
[testenv:releasenotes]
basepython = python3
deps =