Switch to newer openstackdocstheme and reno versions

Switch to openstackdocstheme 2.2.0 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.

Add configuration for openstackdocstheme 'report a bug'.

Depends-On: https://review.opendev.org/728938
Change-Id: I0938ef80ec161607e7c4b2a4a846f1b32e7614e3
This commit is contained in:
Andreas Jaeger 2020-05-19 20:20:19 +02:00
parent 7bea0db443
commit 74943a2aa1
2 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1,2 @@
sphinx>=1.8.0,!=2.1.0 # BSD
openstackdocstheme>=1.30.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.0 # Apache-2.0

View File

@ -90,6 +90,11 @@ pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['Grenade-doc.']
# -- openstackdocstheme settings
openstackdocs_repo_name = 'openstack/grenade'
openstackdocs_bug_project = 'grenade'
openstackdocs_bug_tag = 'docs'
# -- Options for man page output ----------------------------------------------
man_pages = []