summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-05-16 09:47:25 +0200
committerAndreas Jaeger <aj@suse.com>2020-05-18 20:58:01 +0200
commit4c0480648d3b08fecbdadc126d9496fa3400f14e (patch)
tree47b974f3638bb21ebd856c2af1e972dd7d794f65 /doc/source
parent0e42d495baeb5e97ae2d152e17c73fdb80fb4972 (diff)
downloadoslo-rootwrap-4c0480648d3b08fecbdadc126d9496fa3400f14e.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 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: Ie162c8e72f4edec345c20de4517304cc14f7fe0d
Diffstat (limited to 'doc/source')
-rwxr-xr-xdoc/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 171ad87..e32b4b0 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -27,9 +27,9 @@ extensions = [
]
# openstackdocstheme options
-repository_name = 'openstack/oslo.rootwrap'
-bug_project = 'oslo.rootwrap'
-bug_tag = ''
+openstackdocs_repo_name = 'openstack/oslo.rootwrap'
+openstackdocs_bug_project = 'oslo.rootwrap'
+openstackdocs_bug_tag = ''
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.