Turn on last modified time stamps in Sphinx as the docs now are only built conditionally

This commit is contained in:
Stein Magnus Jodal 2010-08-20 00:51:01 +02:00
parent bc8d32275e
commit ce878ca797

View File

@ -130,7 +130,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 = '%b %d, %Y'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.