summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2017-07-08 21:51:39 +0000
committerAkihiro Motoki <amotoki@gmail.com>2017-07-08 22:27:10 +0000
commit8ed910128deffce303e216b804d213df4bcf7b07 (patch)
treedc18c796d6a438aacacb5baca7a5940cc6859651 /releasenotes
parentdfc92e32e736711aaa3496cd2af43a72fc8f8abe (diff)
downloadoslo-rootwrap-8ed910128deffce303e216b804d213df4bcf7b07.tar.gz
Switch from oslosphinx to openstackdocstheme
Change-Id: Iccb9d585485ecd0181c71c08de920f4836f0d774
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 a5e568b..0249b40 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -35,10 +35,15 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'oslosphinx',
+ 'openstackdocstheme',
'reno.sphinxext',
]
+# openstackdocstheme options
+repository_name = 'openstack/oslo.rootwrap'
+bug_project = 'oslo.rootwrap'
+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.