summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-27 17:39:08 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-06-28 10:54:31 -0400
commit51cb0c5a8488ff0102fc4993e6bfa79f8b3e5583 (patch)
tree622c5ba6a8e4a3d8537debf1fd5f3efdfd355294 /doc
parent26a74766f3faf770c4694874095b30bc701832bc (diff)
downloadglance_store-51cb0c5a8488ff0102fc4993e6bfa79f8b3e5583.tar.gz
switch from oslosphinx to openstackdocstheme
Change-Id: I2a05869c0fb0a5904ef1cc544676954d880332e2 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index b43b878..43035f3 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -10,7 +10,13 @@ sys.path.insert(0, os.path.abspath('../..'))
# 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', 'oslosphinx']
+extensions = ['sphinx.ext.autodoc', 'openstackdocstheme']
+
+# openstackdocstheme options
+repository_name = 'openstack/glance_store'
+bug_project = 'glance-store'
+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.
@@ -46,6 +52,7 @@ pygments_style = 'sphinx'
# html_theme_path = ["."]
# html_theme = '_theme'
# html_static_path = ['static']
+html_theme = 'openstackdocs'
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project