summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rwxr-xr-xdoc/source/conf.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index afa698b..2cc5a9a 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -23,15 +23,14 @@ extensions = [
'stevedore.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 = ''
# The master toctree document.
master_doc = 'index'
# General information about the project.
-project = u'oslo.db'
copyright = u'2014, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.