From 9cc3f52ac3950189cd87aee3b91b195023291f8d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 16 May 2020 09:34:40 +0200 Subject: 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 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. Depends-On: https://review.opendev.org/728938 Change-Id: I70c7edf8b95cde890e6263195be1de6bb826e700 --- releasenotes/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'releasenotes') diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index e8b21ac..f847170 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -46,9 +46,9 @@ extensions = [ ] # openstackdocstheme options -repository_name = 'openstack/oslo.messaging' -bug_project = 'oslo.messaging' -bug_tag = '' +openstackdocs_repo_name = 'openstack/oslo.messaging' +openstackdocs_bug_project = 'oslo.messaging' +openstackdocs_bug_tag = '' # The master toctree document. master_doc = 'index' -- cgit v1.2.1