summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-05 14:20:15 +0000
committerGerrit Code Review <review@openstack.org>2017-07-05 14:20:15 +0000
commit5d76e78009018e5bde3154c49cbe6af46dc28b35 (patch)
treec0d92693b02518ca0b1490dccdeed613d8f84333 /doc
parent9d018cd64c58db263f31fc49eeffdf6dcc691537 (diff)
parent0401f57d49d7d02c1daafa6cbd031344268eee3b (diff)
downloadoslo-policy-5d76e78009018e5bde3154c49cbe6af46dc28b35.tar.gz
Merge "switch from oslosphinx to openstackdocstheme"1.24.1
Diffstat (limited to 'doc')
-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 e68034d..5797d62 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -23,10 +23,16 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
- 'oslosphinx',
+ 'openstackdocstheme',
'oslo_config.sphinxext',
]
+# openstackdocstheme options
+repository_name = 'openstack/oslo.policy'
+bug_project = 'oslo.policy'
+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
@@ -65,6 +71,7 @@ modindex_common_prefix = ['oslo_policy.']
# 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