comparison doc/conf.py @ 5028:46b7d1ee4fab

Preparing 1.5.1 steps 7/16 7. python setup.py build_doc * Fix WARNING: the config value 'html_add_permalinks' has type `bool', defaults to `unicode.' * Bump year to 2016
author anatoly techtonik <techtonik@gmail.com>
date Mon, 11 Jan 2016 20:48:44 +0300
parents 2d83625e1c06
children 333b01621772
comparison
equal deleted inserted replaced
5027:0b557e27a5e4 5028:46b7d1ee4fab
59 # The master toctree document. 59 # The master toctree document.
60 master_doc = 'index' 60 master_doc = 'index'
61 61
62 # General information about the project. 62 # General information about the project.
63 project = u'Roundup' 63 project = u'Roundup'
64 copyright = u'2009-2015, Richard Jones, Roundup-Team' 64 copyright = u'2009-2016, Richard Jones, Roundup-Team'
65 65
66 # The version info for the project you're documenting, acts as replacement for 66 # The version info for the project you're documenting, acts as replacement for
67 # |version| and |release|, also used in various other places throughout the 67 # |version| and |release|, also used in various other places throughout the
68 # built documents. 68 # built documents.
69 # 69 #
155 html_collapse_toctree = True 155 html_collapse_toctree = True
156 156
157 # Additional templates that should be rendered to pages, maps page names to 157 # Additional templates that should be rendered to pages, maps page names to
158 # template names. 158 # template names.
159 #html_additional_pages = {} 159 #html_additional_pages = {}
160
161 html_add_permalinks = False
162 160
163 # If false, no module index is generated. 161 # If false, no module index is generated.
164 #html_use_modindex = True 162 #html_use_modindex = True
165 163
166 # If false, no index is generated. 164 # If false, no index is generated.

Roundup Issue Tracker: http://roundup-tracker.org/