comparison doku/source/conf.py @ 220:671737e8edc2

Make date visible in documentation
author Stephan Holl <stephan.holl@intevation.de>
date Wed, 27 Jul 2011 09:16:28 +0200
parents 1e3a5019c4ed
children 00a39e8b6eed
comparison
equal deleted inserted replaced
219:f13f51627f07 220:671737e8edc2
58 58
59 # There are two options for replacing |today|: either, you set today to some 59 # There are two options for replacing |today|: either, you set today to some
60 # non-false value, then it is used: 60 # non-false value, then it is used:
61 #today = '' 61 #today = ''
62 # Else, today_fmt is used as the format for a strftime call. 62 # Else, today_fmt is used as the format for a strftime call.
63 #today_fmt = '%B %d, %Y' 63 today_fmt = '%d.%m.%Y %H:%M'
64 64
65 # List of patterns, relative to source directory, that match files and 65 # List of patterns, relative to source directory, that match files and
66 # directories to ignore when looking for source files. 66 # directories to ignore when looking for source files.
67 exclude_patterns = [] 67 exclude_patterns = []
68 68
122 # so a file named "default.css" will overwrite the builtin "default.css". 122 # so a file named "default.css" will overwrite the builtin "default.css".
123 html_static_path = ['_static'] 123 html_static_path = ['_static']
124 124
125 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, 125 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
126 # using the given strftime format. 126 # using the given strftime format.
127 #html_last_updated_fmt = '%b %d, %Y' 127 html_last_updated_fmt = '%d.%m.%Y, %H:%M'
128 128
129 # If true, SmartyPants will be used to convert quotes and dashes to 129 # If true, SmartyPants will be used to convert quotes and dashes to
130 # typographically correct entities. 130 # typographically correct entities.
131 #html_use_smartypants = True 131 #html_use_smartypants = True
132 132
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)