comparison doc/conf.py @ 88:5d47693916ee

Change title of documentation
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 15 Mar 2018 15:08:15 +0100
parents 7d5b4718ac1b
children 5ca36fbea43d
comparison
equal deleted inserted replaced
87:3b02c08e51df 88:5d47693916ee
156 156
157 # Grouping the document tree into LaTeX files. List of tuples 157 # Grouping the document tree into LaTeX files. List of tuples
158 # (source start file, target name, title, 158 # (source start file, target name, title,
159 # author, documentclass [howto, manual, or own class]). 159 # author, documentclass [howto, manual, or own class]).
160 latex_documents = [ 160 latex_documents = [
161 (master_doc, 'ConfigMix.tex', 'Documentation for the “configmix” Package', 161 (master_doc, 'ConfigMix.tex', '“ConfigMix” Documentation',
162 'Franz Glasner', 'manual', True), 162 'Franz Glasner', 'manual', True),
163 ] 163 ]
164 164
165 latex_show_urls = 'footnote' 165 latex_show_urls = 'footnote'
166 #latex_show_pagerefs = True 166 #latex_show_pagerefs = True
169 # -- Options for manual page output ------------------------------------------ 169 # -- Options for manual page output ------------------------------------------
170 170
171 # One entry per manual page. List of tuples 171 # One entry per manual page. List of tuples
172 # (source start file, name, description, authors, manual section). 172 # (source start file, name, description, authors, manual section).
173 man_pages = [ 173 man_pages = [
174 (master_doc, 'configmix', 'Documentation for the "configmix" Package', 174 (master_doc, 'configmix', '"ConfigMix" Documentation',
175 [author], 1) 175 [author], 1)
176 ] 176 ]
177 177
178 178
179 # -- Options for Texinfo output ---------------------------------------------- 179 # -- Options for Texinfo output ----------------------------------------------