# 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
# (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
# (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.
# 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'),
]