summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-05-15 20:25:02 +0200
committerAndreas Jaeger <aj@suse.com>2020-05-18 21:07:24 +0200
commitdb6a84accf7462700bc6b9069a8b34deed9be895 (patch)
tree8403d0b3053e1a31c30611183a7309519f38b98a /releasenotes
parentf62ddb15244d5b5aa0c54f2d6b0ae30799835eb2 (diff)
downloadoslo-db-db6a84accf7462700bc6b9069a8b34deed9be895.tar.gz
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. openstackdocstheme renames some variables, so follow the renames. A couple of variables are also not needed anymore, remove them. Depends-On: https://review.opendev.org/728938 Change-Id: I072cf215486d672eacd3a57483cb2b311483c844
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index bb7b35b..6ef9710 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -42,9 +42,9 @@ extensions = [
'reno.sphinxext',
]
# openstackdocstheme options
-repository_name = 'openstack/oslo.db'
-bug_project = 'oslo.db'
-bug_tag = ''
+openstackdocs_repo_name = 'openstack/oslo.db'
+openstackdocs_bug_project = 'oslo.db'
+openstackdocs_bug_tag = ''
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']