Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
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: I8edb19b7855f8ed108566b13ce0a277a2073e3a2
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.
This will show other versions of the doc, too.
Change-Id: Iab881a91692a886f67cc4a81720deda717695d23
Sphinx 2.0 no longer works on python 2.7,
so we need to start capping it there as well
depend on https://review.opendev.org/#/c/657890/
Change-Id: If9d3621bf07968f48b3b36fa04bee12320796fc9
Following commits:
Change 608808
Change 604284
Use keystoneauth1.load.get_plugin_loader to load and discovery dynamically
without explicitly specifying V2 or V3 of keystone.
The argument of "--os-identity-api-version" is no longer required.
Change-Id: Idbd324d30489ae3c6a279e7147387fea81f39063
Hardcoding version numbers means that they need to be updated for each
release. Instead let pbr set the version number everywhere.
Change-Id: I5037cf9d0e0adf0eed9cc3d18b36490cc2649e90