Skip to content

Commit b9c5c50

Browse files
committed
Shorten developers list.
1 parent 264863c commit b9c5c50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
# General information about the project.
4949
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'
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
@@ -200,7 +200,7 @@
200200
# author, documentclass [howto, manual, or own class]).
201201
latex_documents = [
202202
('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'),
204204
]
205205

206206
# The name of an image file (relative to this directory) to place at the top of
@@ -230,7 +230,7 @@
230230
# (source start file, name, description, authors, manual section).
231231
man_pages = [
232232
('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)
234234
]
235235

236236
# If true, show URL addresses after external links.
@@ -244,7 +244,7 @@
244244
# dir menu entry, description, category)
245245
texinfo_documents = [
246246
('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.',
248248
'Miscellaneous'),
249249
]
250250

0 commit comments

Comments
 (0)