summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-05-14 21:42:51 +0200
committerAndreas Jaeger <aj@suse.com>2020-05-18 21:08:01 +0200
commitbfe712511ee66bfb8736c2da41eda848de540b43 (patch)
tree694bce0631aba3b21b22a699a769570f96d2c92c /releasenotes
parent8924c4e1ab462566f915422dae5cf87ebbb4e8a5 (diff)
downloadoslo-concurrency-bfe712511ee66bfb8736c2da41eda848de540b43.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: Ifd0f8e57c0052e5102aa914c8326159a72dad43c
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 2351d2f..8045747 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -40,9 +40,9 @@ extensions = [
]
# openstackdocstheme options
-repository_name = 'openstack/oslo.config'
-bug_project = 'oslo.config'
-bug_tag = ''
+openstackdocs_repo_name = 'openstack/oslo.config'
+openstackdocs_bug_project = 'oslo.config'
+openstackdocs_bug_tag = ''
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']