|
284 | 284 | # author, documentclass [howto, manual, or own class]). |
285 | 285 | latex_documents = [ |
286 | 286 | (master_doc, 'CircuitPython.tex', 'CircuitPython Documentation', |
287 | | - 'Damien P. George, Paul Sokolovsky, and contributors', 'manual'), |
| 287 | + 'CircuitPython Contributors', 'manual'), |
288 | 288 | ] |
289 | 289 |
|
290 | 290 | # The name of an image file (relative to this directory) to place at the top of |
|
314 | 314 | # (source start file, name, description, authors, manual section). |
315 | 315 | man_pages = [ |
316 | 316 | ('index', 'CircuitPython', 'CircuitPython Documentation', |
317 | | - ['Damien P. George, Paul Sokolovsky, and contributors'], 1), |
| 317 | + ['CircuitPython contributors'], 1), |
318 | 318 | ] |
319 | 319 |
|
320 | 320 | # If true, show URL addresses after external links. |
|
328 | 328 | # dir menu entry, description, category) |
329 | 329 | texinfo_documents = [ |
330 | 330 | (master_doc, 'CircuitPython', 'CircuitPython Documentation', |
331 | | - 'Damien P. George, Paul Sokolovsky, and contributors', 'CircuitPython', 'One line description of project.', |
| 331 | + 'CircuitPython contributors', 'CircuitPython', 'Python for Microcontrollers.', |
332 | 332 | 'Miscellaneous'), |
333 | 333 | ] |
334 | 334 |
|
|
0 commit comments