bc1beebf38
This patch enables building .pdf documentation using new 'pdf-docs' tox environment. The newly created tox environment creates latex source codes using sphinx-build and then builds the pdf documentation using make. Also, convert README.md to README.rst for more seamless integration of the README file in the pdf and html documentation. Story: 2006070 Task: 35457 Change-Id: I5c022478c9be0067c125efb4032c16cf0978330f
7 lines
321 B
Plaintext
7 lines
321 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|