Merge "Show last updated timestamp for docs"

This commit is contained in:
Zuul 2018-03-26 21:01:53 +00:00 committed by Gerrit Code Review
commit f318b98ed4
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]).