# HG changeset patch # User Stephan Holl # Date 1311750988 -7200 # Node ID 671737e8edc29e67c6495eef7c012fb4b5dc5e6d # Parent f13f51627f079149c95d1f1aee2bfeb08176da93 Make date visible in documentation diff -r f13f51627f07 -r 671737e8edc2 doku/source/conf.py --- a/doku/source/conf.py Wed Jul 27 09:16:00 2011 +0200 +++ b/doku/source/conf.py Wed Jul 27 09:16:28 2011 +0200 @@ -60,7 +60,7 @@ # non-false value, then it is used: #today = '' # Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' +today_fmt = '%d.%m.%Y %H:%M' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -124,7 +124,7 @@ # 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 = '%d.%m.%Y, %H:%M' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities.