43c9473b19
- bump the openstackdocstheme requirement to 1.20.0, the minimum recommended version nowadays, and clean the configuration by removing the options now provided by the theme; - add the pdf-docs tox environment according the established guidelines; - remove a useless extra title (for both builders); - docs tox environment: clean up only the generated html, not the entire build directory; - disable the too smart smartquotes option for the latex builder; - improve the title of the latex document. Story: 2006117 Task: 35490 Change-Id: I353e33db27c8d676398973995960b98d3163aa0d
11 lines
503 B
Plaintext
11 lines
503 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>=1.20.0 # Apache-2.0
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|
|
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
|
|
sphinxcontrib-httpdomain>=1.3.0 # BSD
|
|
whereto>=0.3.0 # Apache-2.0
|