|
59 | 59 |
|
60 | 60 | # General information about the project. |
61 | 61 | project = u'GridDataFormats' |
62 | | -copyright = u'2007-2018, Oliver Beckstein, Jan Domanski, Max Linke, Jesse Johnson, Dominik Mierzejewski' |
| 62 | +authors = u'Oliver Beckstein, Jan Domanski, Jesse Johnson, Max Linke, Tyler Luchko, Dominik Mierzejewski' |
| 63 | +copyright = u'2007-2018, ' + authors |
63 | 64 |
|
64 | 65 | # The version info for the project you're documenting, acts as replacement for |
65 | 66 | # |version| and |release|, also used in various other places throughout the |
|
247 | 248 | # (source start file, target name, title, author, documentclass [howto/manual]). |
248 | 249 | latex_documents = [ |
249 | 250 | ('index', 'gridDataFormats.tex', u'gridDataFormats Documentation', |
250 | | - u'Oliver Beckstein', 'manual'), |
| 251 | + authors, 'manual'), |
251 | 252 | ] |
252 | 253 |
|
253 | 254 | # The name of an image file (relative to this directory) to place at the top of |
|
277 | 278 | # (source start file, name, description, authors, manual section). |
278 | 279 | man_pages = [ |
279 | 280 | ('index', 'griddataformats', u'gridDataFormats Documentation', |
280 | | - [u'Oliver Beckstein', u'Max Linke', u'Jesse Johnson'], 1) |
| 281 | + authors.split(), u'Jesse Johnson'], 1) |
281 | 282 | ] |
282 | 283 |
|
283 | 284 | # If true, show URL addresses after external links. |
|
0 commit comments