[MXD2map-commits] bsh.mxd-konverter: r220:671737e8edc2

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 28 11:13:56 CEST 2011


details:   bsh.mxd-konverter/rev/671737e8edc2

changeset: 220:671737e8edc2

user:      Stephan Holl <stephan.holl at intevation.de>

date:      Wed Jul 27 09:16:28 2011 +0200

description:
Make date visible in documentation


diffstat:

 doku/source/conf.py |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

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.


More information about the MXD2map-commits mailing list