summaryrefslogtreecommitdiff
path: root/releasenotes/source
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-26 17:01:19 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-06-26 17:01:19 -0400
commitcf60df426114ae2ecea504d00c4fa31a153c7353 (patch)
tree2261112719eeb2ff07c1d05299b39cebe2d00290 /releasenotes/source
parentc0719c36d1a3f268b6bfba4c83aac632f1b546fe (diff)
downloadpython-openstackclient-cf60df426114ae2ecea504d00c4fa31a153c7353.tar.gz
switch to openstackdocstheme
Change-Id: Iee591504ba5d7506ba41a9faaa1c293a5fe2db6a Depends-On: Ifc5512c0e2373cf3387e0e0498268eab092e52bb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'releasenotes/source')
-rw-r--r--releasenotes/source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 38f0107c..5d270d93 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -38,7 +38,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'oslosphinx',
+ 'openstackdocstheme',
'reno.sphinxext',
'sphinx.ext.extlinks',
]
@@ -171,6 +171,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.