summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-05-14 21:32:12 +0200
committerAndreas Jaeger <aj@suse.com>2020-05-15 18:14:20 +0200
commit6c963e7712e57a1aabb1c4c816b01c59625bdccd (patch)
tree38859171e5ce608424f2d7c0bb1c8ea8e7928f25 /api-ref
parentef3b5707328f460d0d03759061c01b1a20f28743 (diff)
downloadnova-6c963e7712e57a1aabb1c4c816b01c59625bdccd.tar.gz
Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.1.2 and reno 3.1.0 versions. Using these versions will allow parallelizing building of documents. Update Sphinx version as well. openstackdocstheme renames some variables, so follow the renames. A couple of variables are also not needed anymore, remove them. Set openstackdocs_auto_version to not version the documents. Set openstackdocs_auto_name to use project as name. Depends-On: https://review.opendev.org/728432 Change-Id: I4e3ae3ceabe125ea459ed4baabf2e98686268e50
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 23fd173a81..e17a59eb75 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -43,9 +43,9 @@ master_doc = 'index'
copyright = u'2010-present, OpenStack Foundation'
# openstackdocstheme options
-repository_name = 'openstack/nova'
-bug_project = 'nova'
-bug_tag = 'api-ref'
+openstackdocs_repo_name = 'openstack/nova'
+openstackdocs_bug_project = 'nova'
+openstackdocs_bug_tag = 'api-ref'
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'