Mercurial > mxd2map
changeset 220:671737e8edc2
Make date visible in documentation
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Wed, 27 Jul 2011 09:16:28 +0200 |
parents | f13f51627f07 |
children | e412fad185ad |
files | doku/source/conf.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.