Show last updated timestamp for docs

Previously it is showing as "NONE":
http://logs.openstack.org/65/537765/4/check/build-openstack-sphinx-docs \
/583bdd2/html/

Change-Id: I9cb54df207e7db772478a7f407d51be0de6b8890
This commit is contained in:
Jacky Hu 2018-01-30 09:58:25 +08:00
parent db7daeb623
commit 3e87f963fa
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]).