summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/source/conf.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 82f27c3..cbd9888 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -25,9 +25,16 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
- 'reno.sphinxext'
+ 'reno.sphinxext',
+ 'openstackdocstheme',
]
+# openstackdocstheme options
+repository_name = 'openstack/os-client-config'
+bug_project = 'os-client-config'
+bug_tag = ''
+html_last_updated_fmt = '%Y-%m-%d %H:%M'
+
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
# execute "export SPHINX_DEBUG=1" in your terminal to disable