Skip to content

Commit 824f83f

Browse files
committed
docs: Set author as 'Damien P. George and contributors'.
1 parent 275a0f2 commit 824f83f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
# author, documentclass [howto, manual, or own class]).
238238
latex_documents = [
239239
(master_doc, 'MicroPython.tex', 'MicroPython Documentation',
240-
'Damien P. George', 'manual'),
240+
'Damien P. George and contributors', 'manual'),
241241
]
242242

243243
# The name of an image file (relative to this directory) to place at the top of
@@ -267,7 +267,7 @@
267267
# (source start file, name, description, authors, manual section).
268268
man_pages = [
269269
('index', 'micropython', 'MicroPython Documentation',
270-
['Damien P. George'], 1),
270+
['Damien P. George and contributors'], 1),
271271
]
272272

273273
# If true, show URL addresses after external links.
@@ -281,7 +281,7 @@
281281
# dir menu entry, description, category)
282282
texinfo_documents = [
283283
(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.',
285285
'Miscellaneous'),
286286
]
287287

0 commit comments

Comments
 (0)