|
237 | 237 | # author, documentclass [howto, manual, or own class]). |
238 | 238 | latex_documents = [ |
239 | 239 | (master_doc, 'MicroPython.tex', 'MicroPython Documentation', |
240 | | - 'Damien P. George', 'manual'), |
| 240 | + 'Damien P. George and contributors', 'manual'), |
241 | 241 | ] |
242 | 242 |
|
243 | 243 | # The name of an image file (relative to this directory) to place at the top of |
|
267 | 267 | # (source start file, name, description, authors, manual section). |
268 | 268 | man_pages = [ |
269 | 269 | ('index', 'micropython', 'MicroPython Documentation', |
270 | | - ['Damien P. George'], 1), |
| 270 | + ['Damien P. George and contributors'], 1), |
271 | 271 | ] |
272 | 272 |
|
273 | 273 | # If true, show URL addresses after external links. |
|
281 | 281 | # dir menu entry, description, category) |
282 | 282 | texinfo_documents = [ |
283 | 283 | (master_doc, 'MicroPython', 'MicroPython Documentation', |
284 | | - 'Damien P. George', 'MicroPython', 'One line description of project.', |
| 284 | + 'Damien P. George and contributors', 'MicroPython', 'One line description of project.', |
285 | 285 | 'Miscellaneous'), |
286 | 286 | ] |
287 | 287 |
|
|
0 commit comments