Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 81606af

Browse files
committed
Add second author. More need to be added.
1 parent 290791b commit 81606af

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,12 @@
259259
# (source start file, target name, title,
260260
# author, documentclass [howto, manual, or own class]).
261261
latex_documents = [
262-
(master_doc, 'AsyncioDocumentation.tex', u'Asyncio Documentation Documentation',
263-
u'Victor Stinner', 'manual'),
262+
(master_doc,
263+
'AsyncioDocumentation.tex',
264+
u'Asyncio Documentation Documentation',
265+
# TODO: Add more authors here
266+
ur'Victor Stinner \\ Mike Müller',
267+
'manual'),
264268
]
265269

266270
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)