6a90cdc520
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 Add sphinxcontrib-svg2pdfconverter to doc/requirements.txt to convert our SVGs. This PR also introduces the docs testenv and a doc requirements.txt file. Change-Id: If782737efe7114422be9cc3fc586500a2065f07e Story: 2006072
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
|
|
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
|
reno>=2.5.0 # Apache-2.0
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|