summaryrefslogtreecommitdiff
path: root/releasenotes
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 /releasenotes
parent6efcbd9936d8fff6c5361beb9779ec6d30d95e15 (diff)
downloadoslo-middleware-9118502133e1312069294cb327e47201873c2f51.tar.gz
switch from oslosphinx to openstackdocstheme
Change-Id: Iadf4ea330b79dd81e5eed98b145798fe29c64c70
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index a53fc2c..c450f3a 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -34,10 +34,15 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'oslosphinx',
'reno.sphinxext',
+ 'openstackdocstheme'
]
+# openstackdocstheme options
+repository_name = 'openstack/oslo.middleware'
+bug_project = 'oslo.middleware'
+bug_tag = ''
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -109,7 +114,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+html_theme = 'openstackdocs'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@@ -147,7 +152,7 @@ html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
-# html_last_updated_fmt = '%b %d, %Y'
+html_last_updated_fmt = '%Y-%m-%d %H:%M'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.