From 1d727f51a38a9055c7150763f5c556341b6200be Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 6 Oct 2012 14:17:02 +0200 Subject: [PATCH] Fixed the author documentation config from Erik to the group of authors. --- docs/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7009930..1db3b5c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -42,7 +42,7 @@ # General information about the project. project = u'pyelasticsearch' -copyright = u'2012, Erik Rose' +copyright = u'2010-2012, pyelasticsearch authors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -187,7 +187,7 @@ # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'pyelasticsearch.tex', u'pyelasticsearch Documentation', - u'Erik Rose', 'manual'), + u'pyelasticsearch authors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -217,7 +217,7 @@ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'pyelasticsearch', u'pyelasticsearch Documentation', - [u'Erik Rose'], 1) + [u'pyelasticsearch authors'], 1) ] # If true, show URL addresses after external links. @@ -231,7 +231,7 @@ # dir menu entry, description, category) texinfo_documents = [ ('index', 'pyelasticsearch', u'pyelasticsearch Documentation', - u'Erik Rose', 'pyelasticsearch', 'One line description of project.', + u'pyelasticsearch authors', 'pyelasticsearch', 'One line description of project.', 'Miscellaneous'), ]