summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatthew Oliver <matt@oliver.net.au>2019-09-04 14:39:40 +1000
committerTim Burke <tim.burke@gmail.com>2019-09-04 11:29:37 -0700
commit14095c109fe35bdbbaf7703328edf8bfe759700b (patch)
tree03290a5704efc9e0f38a9dc47a5fb97d39874da6 /tox.ini
parenta0f0aedb41ba790266cca678fc3bd91696888835 (diff)
downloadpython-swiftclient-14095c109fe35bdbbaf7703328edf8bfe759700b.tar.gz
PDF Documentation Build tox target
This patch adds a `pdf-docs` tox target that will build PDF versions of our docs. As per the Train community goal: https://governance.openstack.org/tc/goals/selected/train/pdf-doc-generation.html Story: 2006122 Task: 35514 Change-Id: I7e0ee410ac603774e4b03f859ac3aa20e5afc9b8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a2b63b3..7dd864b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -109,3 +109,12 @@ deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
.[keystone]
+
+[testenv:pdf-docs]
+basepython = python3
+deps = {[testenv:docs]deps}
+whitelist_externals =
+ make
+commands =
+ sphinx-build -W -b latex doc/source doc/build/pdf
+ make -C doc/build/pdf