|
47 | 47 |
|
48 | 48 | # General information about the project.
|
49 | 49 | project = u'Django Debug Toolbar'
|
50 |
| -copyright = u'2013, Rob Hudson, Jannis Leidel, David Cramer, Aymeric Augustin and contributors' |
| 50 | +copyright = u'2013, Django Debug Toolbar developers and contributors' |
51 | 51 |
|
52 | 52 | # The version info for the project you're documenting, acts as replacement for
|
53 | 53 | # |version| and |release|, also used in various other places throughout the
|
|
200 | 200 | # author, documentclass [howto, manual, or own class]).
|
201 | 201 | latex_documents = [
|
202 | 202 | ('index', 'DjangoDebugToolbar.tex', u'Django Debug Toolbar Documentation',
|
203 |
| - u'Rob Hudson, Jannis Leidel, David Cramer, Aymeric Augustin and contributors', 'manual'), |
| 203 | + u'Django Debug Toolbar developers and contributors', 'manual'), |
204 | 204 | ]
|
205 | 205 |
|
206 | 206 | # The name of an image file (relative to this directory) to place at the top of
|
|
230 | 230 | # (source start file, name, description, authors, manual section).
|
231 | 231 | man_pages = [
|
232 | 232 | ('index', 'djangodebugtoolbar', u'Django Debug Toolbar Documentation',
|
233 |
| - [u'Rob Hudson, Jannis Leidel, David Cramer, Aymeric Augustin and contributors'], 1) |
| 233 | + [u'Django Debug Toolbar developers and contributors'], 1) |
234 | 234 | ]
|
235 | 235 |
|
236 | 236 | # If true, show URL addresses after external links.
|
|
244 | 244 | # dir menu entry, description, category)
|
245 | 245 | texinfo_documents = [
|
246 | 246 | ('index', 'DjangoDebugToolbar', u'Django Debug Toolbar Documentation',
|
247 |
| - u'Rob Hudson, Jannis Leidel, David Cramer, Aymeric Augustin and contributors', 'DjangoDebugToolbar', 'One line description of project.', |
| 247 | + u'Django Debug Toolbar developers and contributors', 'DjangoDebugToolbar', 'One line description of project.', |
248 | 248 | 'Miscellaneous'),
|
249 | 249 | ]
|
250 | 250 |
|
|
0 commit comments