|
32 | 32 |
|
33 | 33 | # General information about the project. |
34 | 34 | project='html5lib' |
35 | | -copyright='2006 - 2013, James Graham,Geoffrey Sneddon, and contributors' |
| 35 | +copyright='2006 - 2013, James Graham,Sam Sneddon, and contributors' |
36 | 36 |
|
37 | 37 | # The version info for the project you're documenting, acts as replacement for |
38 | 38 | # |version| and |release|, also used in various other places throughout the |
|
68 | 68 | # (source start file, target name, title, author, documentclass [howto/manual]). |
69 | 69 | latex_documents= [ |
70 | 70 | ('index','html5lib.tex','html5lib Documentation', |
71 | | -'James Graham,Geoffrey Sneddon, and contributors','manual'), |
| 71 | +'James Graham,Sam Sneddon, and contributors','manual'), |
72 | 72 | ] |
73 | 73 |
|
74 | 74 | # -- Options for manual page output -------------------------------------------- |
|
77 | 77 | # (source start file, name, description, authors, manual section). |
78 | 78 | man_pages= [ |
79 | 79 | ('index','html5lib','html5lib Documentation', |
80 | | - ['James Graham,Geoffrey Sneddon, and contributors'],1) |
| 80 | + ['James Graham,Sam Sneddon, and contributors'],1) |
81 | 81 | ] |
82 | 82 |
|
83 | 83 | # -- Options for Texinfo output ------------------------------------------------ |
|
87 | 87 | # dir menu entry, description, category) |
88 | 88 | texinfo_documents= [ |
89 | 89 | ('index','html5lib','html5lib Documentation', |
90 | | -'James Graham,Geoffrey Sneddon, and contributors','html5lib','One line description of project.', |
| 90 | +'James Graham,Sam Sneddon, and contributors','html5lib','One line description of project.', |
91 | 91 | 'Miscellaneous'), |
92 | 92 | ] |
93 | 93 |
|
|