diff options
author | Zack Dever <zack.dever@rd.io> | 2015-12-07 13:37:30 -0800 |
---|---|---|
committer | Zack Dever <zack.dever@rd.io> | 2015-12-07 13:37:30 -0800 |
commit | 753d8dca136178a4c2ecb0cda8d4ec371805455f (patch) | |
tree | 83225fb95731551cbb9c5a5aeb6fb08a3ec9f0ad /docs/conf.py | |
parent | efc3d4f466c0d6630c9fff09fb1b90035c5351d7 (diff) | |
parent | a678260d3622a0decd2d123ac0cfc445084eed60 (diff) | |
download | kafka-python-753d8dca136178a4c2ecb0cda8d4ec371805455f.tar.gz |
Merge branch 'master' into 0.9
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 2979560..dc68fd4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'kafka-python' -copyright = u'2015, David Arthur' +copyright = u'2015 - David Arthur, Dana Powers, 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 @@ -203,7 +203,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'kafka-python.tex', u'kafka-python Documentation', - u'David Arthur', 'manual'), + u'Dana Powers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -233,7 +233,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'kafka-python', u'kafka-python Documentation', - [u'David Arthur'], 1) + [u'Dana Powers'], 1) ] # If true, show URL addresses after external links. @@ -247,7 +247,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'kafka-python', u'kafka-python Documentation', - u'David Arthur', 'kafka-python', 'One line description of project.', + u'Dana Powers', 'kafka-python', 'One line description of project.', 'Miscellaneous'), ] |