Browse Source
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: I320a69816b4101bb76b88448881f3177c892ea92changes/45/728545/4
5 changed files with 18 additions and 18 deletions
@ -1,13 +1,13 @@
|
||||
# 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 |
||||
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD |
||||
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>=2.5.0 # Apache-2.0 |
||||
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 |
||||
|
Loading…
Reference in new issue