Show last updated timestamp for docs

Previously it is showing as "NONE":
http://logs.openstack.org/07/537007/1/check/build-openstack-sphinx-docs \
/7930387/html/

Change-Id: I1967ccc120293fcc17db3b2763861d6408b633f2
This commit is contained in:
Jacky Hu 2018-01-30 10:06:32 +08:00
parent 6777fdc3a2
commit 654a6a8b74
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@ html_static_path = []
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass
# [howto/manual]).