From: Armin Ronacher Date: Fri, 26 Jul 2013 17:45:16 +0000 (+0200) Subject: Edgewall -> Babel Team X-Git-Tag: 2.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=559da009e6c0677f5ece7927693acbd9b1802669;p=thirdparty%2Fbabel.git Edgewall -> Babel Team --- diff --git a/docs/conf.py b/docs/conf.py index 4a0f8b68..b1467c74 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ master_doc = 'index' # General information about the project. project = u'Babel' -copyright = u'2013, Edgewall Software' +copyright = u'2013, The Babel Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -194,7 +194,7 @@ latex_elements = { # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'Babel.tex', u'Babel Documentation', - u'Edgewall Software', 'manual'), + u'The Babel Team', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -224,7 +224,7 @@ latex_logo = '_static/logo.png' # (source start file, name, description, authors, manual section). man_pages = [ ('index_', 'babel', u'Babel Documentation', - [u'Edgewall Software'], 1) + [u'The Babel Team'], 1) ] # If true, show URL addresses after external links. @@ -238,7 +238,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index_', 'Babel', u'Babel Documentation', - u'Edgewall Software', 'Babel', 'One line description of project.', + u'The Babel Team', 'Babel', 'One line description of project.', 'Miscellaneous'), ]