|
41 | 41 |
|
42 | 42 | # General information about the project. |
43 | 43 | project = u'open-plc-utils' |
44 | | -copyright = u'2015, Nathaniel Houghton' |
| 44 | +copyright = u'2015, open-plc-utils developers' |
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 |
|
184 | 184 | # (source start file, target name, title, author, documentclass [howto/manual]). |
185 | 185 | latex_documents = [ |
186 | 186 | ('index', 'open-plc-utils.tex', u'open-plc-utils Documentation', |
187 | | - u'Nathaniel Houghton', 'manual'), |
| 187 | + u'open-plc-utils developers', 'manual'), |
188 | 188 | ] |
189 | 189 |
|
190 | 190 | # The name of an image file (relative to this directory) to place at the top of |
|
214 | 214 | # (source start file, name, description, authors, manual section). |
215 | 215 | man_pages = [ |
216 | 216 | ('index', 'open-plc-utils', u'open-plc-utils Documentation', |
217 | | - [u'Nathaniel Houghton'], 1) |
| 217 | + [u'open-plc-utils developers'], 1) |
218 | 218 | ] |
219 | 219 |
|
220 | 220 | # If true, show URL addresses after external links. |
|
228 | 228 | # dir menu entry, description, category) |
229 | 229 | texinfo_documents = [ |
230 | 230 | ('index', 'open-plc-utils', u'open-plc-utils Documentation', |
231 | | - u'Nathaniel Houghton', 'open-plc-utils', 'One line description of project.', |
| 231 | + u'open-plc-utils developers', 'open-plc-utils', 'Open Source Powerline Toolkit.', |
232 | 232 | 'Miscellaneous'), |
233 | 233 | ] |
234 | 234 |
|
|
0 commit comments