|
41 | 41 |
|
42 | 42 | # General information about the project.
|
43 | 43 | project = u'Selenium Python Bindings'
|
44 |
| -copyright = u'2011, Baiju Muthukadan' |
| 44 | +copyright = u'2010-2011, Selenium Project' |
45 | 45 |
|
46 | 46 | # The version info for the project you're documenting, acts as replacement for
|
47 | 47 | # |version| and |release|, also used in various other places throughout the
|
|
179 | 179 | # (source start file, target name, title, author, documentclass [howto/manual]).
|
180 | 180 | latex_documents = [
|
181 | 181 | ('index', 'SeleniumPythonBindings.tex', u'Selenium Python Bindings Documentation',
|
182 |
| - u'Baiju Muthukadan', 'manual'), |
| 182 | + u'Selenium Project Team', 'manual'), |
183 | 183 | ]
|
184 | 184 |
|
185 | 185 | # The name of an image file (relative to this directory) to place at the top of
|
|
212 | 212 | # (source start file, name, description, authors, manual section).
|
213 | 213 | man_pages = [
|
214 | 214 | ('index', 'seleniumpythonbindings', u'Selenium Python Bindings Documentation',
|
215 |
| - [u'Baiju Muthukadan'], 1) |
| 215 | + [u'Selenium Project Team'], 1) |
216 | 216 | ]
|
217 | 217 |
|
218 | 218 |
|
219 | 219 | # -- Options for Epub output ---------------------------------------------------
|
220 | 220 |
|
221 | 221 | # Bibliographic Dublin Core info.
|
222 | 222 | epub_title = u'Selenium Python Bindings'
|
223 |
| -epub_author = u'Baiju Muthukadan' |
224 |
| -epub_publisher = u'Baiju Muthukadan' |
225 |
| -epub_copyright = u'2011, Baiju Muthukadan' |
| 223 | +epub_author = u'Selenium Project Team' |
| 224 | +epub_publisher = u'Selenium Project Team' |
| 225 | +epub_copyright = u'2010-2011, Project Team' |
226 | 226 |
|
227 | 227 | # The language of the text. It defaults to the language option
|
228 | 228 | # or en if the language is not set.
|
|
0 commit comments