aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-24 14:24:49 +0100
committerAymeric Augustin2013-11-24 14:24:49 +0100
commitb9c5c503428323927c8d602bedc214cb3415ad35 (patch)
treed5b1a343b17878d20c3100a8127d820a8f6455af /docs
parent264863c1a8d60dd35babec22470626d13ebf3e66 (diff)
downloaddjango-debug-toolbar-b9c5c503428323927c8d602bedc214cb3415ad35.tar.bz2
Shorten developers list.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ccc8e0a..c2fcade 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,7 @@ master_doc = 'index'
# General information about the project.
project = u'Django Debug Toolbar'
-copyright = u'2013, Rob Hudson, Jannis Leidel, David Cramer, Aymeric Augustin and contributors'
+copyright = u'2013, Django Debug Toolbar developers and contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -200,7 +200,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'DjangoDebugToolbar.tex', u'Django Debug Toolbar Documentation',
- u'Rob Hudson, Jannis Leidel, David Cramer, Aymeric Augustin and contributors', 'manual'),
+ u'Django Debug Toolbar developers and contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -230,7 +230,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'djangodebugtoolbar', u'Django Debug Toolbar Documentation',
- [u'Rob Hudson, Jannis Leidel, David Cramer, Aymeric Augustin and contributors'], 1)
+ [u'Django Debug Toolbar developers and contributors'], 1)
]
# If true, show URL addresses after external links.
@@ -244,7 +244,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'DjangoDebugToolbar', u'Django Debug Toolbar Documentation',
- u'Rob Hudson, Jannis Leidel, David Cramer, Aymeric Augustin and contributors', 'DjangoDebugToolbar', 'One line description of project.',
+ u'Django Debug Toolbar developers and contributors', 'DjangoDebugToolbar', 'One line description of project.',
'Miscellaneous'),
]