
The is one of community goals that each project could produce a single PDF file. The pdf should be in the output of openstack-tox-docs job. TeX packages are required to build PDF locally, following is recommended: * inkscape * texlive-latex-base * texlive-latex-extra * texlive-fonts-recommended More about the goal: https://governance.openstack.org/tc/goals/train/pdf-doc-generation.html https://etherpad.openstack.org/p/train-pdf-support-goal https://etherpad.openstack.org/p/pdf-goal-train-common-problems Change-Id: Ib7379bb5066ede1956424dc92cf302ec22053f21
17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
|
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
|
|
openstackdocstheme>=1.20.0 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|
|
testtools>=2.2.0 # MIT
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
|
|
# The below is rewquired to build testing module reference
|
|
mock>=2.0.0 # BSD
|
|
|
|
# Include horizon as test requirement
|
|
horizon
|
|
|
|
selenium>=2.50.1 # Apache-2.0
|
|
xvfbwrapper>=0.1.3 #license: MIT
|