summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 09867dc..0f7099a 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -31,9 +31,16 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.coverage',
- 'oslosphinx'
+ 'openstackdocstheme',
]
+# openstackdocstheme options
+repository_name = 'openstack/python-troveclient'
+bug_project = 'python-troveclient'
+bug_tag = ''
+html_last_updated_fmt = '%Y-%m-%d %H:%M'
+html_theme = 'openstackdocs'
+
templates_path = ['_templates']
source_suffix = '.rst'
@@ -47,7 +54,6 @@ exclude_trees = []
pygments_style = 'sphinx'
-html_theme = 'default'
htmlhelp_basename = 'python-troveclientdoc'
latex_documents = [
('index', 'python-troveclient.tex', u'python-troveclient Documentation',