|
147 | 147 | # Grouping the document tree into LaTeX files. List of tuples
|
148 | 148 | # (source start file, target name, title,
|
149 | 149 | # author, documentclass [howto, manual, or own class]).
|
150 |
| -latex_documents = [ |
151 |
| - (master_doc, 'django-templated-mail.tex', 'django-templated-mail Documentation', |
152 |
| - 'Sunscrapers', 'manual'), |
153 |
| -] |
| 150 | +latex_documents = [( |
| 151 | + master_doc, 'django-templated-mail.tex', |
| 152 | + 'django-templated-mail Documentation', 'Sunscrapers', 'manual' |
| 153 | +)] |
154 | 154 |
|
155 | 155 |
|
156 | 156 | # -- Options for manual page output ---------------------------------------
|
157 | 157 |
|
158 | 158 | # One entry per manual page. List of tuples
|
159 | 159 | # (source start file, name, description, authors, manual section).
|
160 |
| -man_pages = [ |
161 |
| - (master_doc, 'django-templated-mail', 'django-templated-mail Documentation', |
162 |
| - [author], 1) |
163 |
| -] |
| 160 | +man_pages = [( |
| 161 | + master_doc, 'django-templated-mail', |
| 162 | + 'django-templated-mail Documentation', [author], 1 |
| 163 | +)] |
164 | 164 |
|
165 | 165 |
|
166 | 166 | # -- Options for Texinfo output -------------------------------------------
|
167 | 167 |
|
168 | 168 | # Grouping the document tree into Texinfo files. List of tuples
|
169 | 169 | # (source start file, target name, title, author,
|
170 | 170 | # dir menu entry, description, category)
|
171 |
| -texinfo_documents = [ |
172 |
| - (master_doc, 'django-templated-mail', 'django-templated-mail Documentation', |
173 |
| - author, 'django-templated-mail', 'One line description of project.', |
174 |
| - 'Miscellaneous'), |
175 |
| -] |
176 |
| - |
177 |
| - |
178 |
| - |
| 171 | +texinfo_documents = [( |
| 172 | + master_doc, 'django-templated-mail', |
| 173 | + 'django-templated-mail Documentation', author, 'django-templated-mail', |
| 174 | + 'One line description of project.', 'Miscellaneous' |
| 175 | +)] |
0 commit comments