diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-01-03 22:17:00 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-01-03 22:17:00 +0200 |
commit | 824f83fd201bcbabc4b07d2beb3000bdf33381a8 (patch) | |
tree | 8b87e706ac6e75adbbc0780c0755377fc5a10d44 | |
parent | 275a0f25d367c4821f979417f8701c2c4c4db144 (diff) | |
download | micropython-824f83fd201bcbabc4b07d2beb3000bdf33381a8.tar.gz micropython-824f83fd201bcbabc4b07d2beb3000bdf33381a8.zip |
docs: Set author as 'Damien P. George and contributors'.
-rwxr-xr-x | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 71913af88e..fb5b16e154 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -237,7 +237,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'MicroPython.tex', 'MicroPython Documentation', - 'Damien P. George', 'manual'), + 'Damien P. George and contributors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -267,7 +267,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'micropython', 'MicroPython Documentation', - ['Damien P. George'], 1), + ['Damien P. George and contributors'], 1), ] # If true, show URL addresses after external links. @@ -281,7 +281,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'MicroPython', 'MicroPython Documentation', - 'Damien P. George', 'MicroPython', 'One line description of project.', + 'Damien P. George and contributors', 'MicroPython', 'One line description of project.', 'Miscellaneous'), ] |