summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/conf.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4185e4b..574b931 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -25,7 +25,15 @@ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc']
+extensions = [
+ 'sphinx.ext.autodoc',
+ 'openstackdocstheme',
+]
+
+# openstackdocstheme options
+repository_name = 'openstack/python-glanceclient'
+bug_project = 'python-glanceclient'
+bug_tag = ''
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
@@ -68,6 +76,8 @@ html_theme_path = [openstackdocstheme.get_html_theme_path()]
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
+html_last_updated_fmt = '%Y-%m-%d %H:%M'
+
# -- Options for man page output ----------------------------------------------
# Grouping the document tree for man pages.