summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDong Ma <winterma.dong@gmail.com>2017-06-27 17:17:06 +0800
committerDong Ma <winterma.dong@gmail.com>2017-06-28 14:32:18 +0800
commit9118502133e1312069294cb327e47201873c2f51 (patch)
tree60f6cb5af881abdcef4e83f07615ec16670b837b /doc
parent6efcbd9936d8fff6c5361beb9779ec6d30d95e15 (diff)
downloadoslo-middleware-9118502133e1312069294cb327e47201873c2f51.tar.gz
switch from oslosphinx to openstackdocstheme
Change-Id: Iadf4ea330b79dd81e5eed98b145798fe29c64c70
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/source/conf.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index a5301af..fd0ddce 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -23,11 +23,19 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
- 'oslosphinx',
'oslo_config.sphinxext',
+ 'openstackdocstheme',
'stevedore.sphinxext',
]
+# openstackdocstheme options
+repository_name = 'openstack/oslo.middleware'
+bug_project = 'oslo.middleware'
+bug_tag = ''
+
+# Must set this variable to include year, month, day, hours, and minutes.
+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