]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Edgewall -> Babel Team
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 26 Jul 2013 17:45:16 +0000 (19:45 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 26 Jul 2013 17:45:16 +0000 (19:45 +0200)
docs/conf.py

index 4a0f8b6894c11ab143aac741dc32c820161ed05a..b1467c74bdea2b9dc025a82bf0ecd66253fe4238 100644 (file)
@@ -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'),
 ]