summaryrefslogtreecommitdiff
path: root/api-ref/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/conf.py')
-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'