7820cafffe
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * parallelizing building of documents Update Sphinx version as well. openstackdocstheme renames some variables, so follow the renames. A couple of variables are also not needed anymore, remove them. Set openstackdocs_auto_name to use project as name. Set openstackdocs_pdf_link to link to PDF file. Remove docs requirements from lower-constraints, they are not installed. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I320a69816b4101bb76b88448881f3177c892ea92
14 lines
541 B
Plaintext
14 lines
541 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-apidoc>=0.2.0 # BSD
|
|
sphinxcontrib-seqdiag>=0.8.4 # BSD
|
|
sphinx-feature-classification>=0.3.2 # Apache-2.0
|
|
sphinxcontrib-blockdiag>=1.5.5 # BSD
|
|
reno>=3.1.0 # Apache-2.0
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
|
python-ldap>=3.0.0 # PSF
|
|
ldappool>=2.0.0 # MPL
|