From: Georg Brandl Date: Wed, 29 Oct 2014 07:14:04 +0000 (+0100) Subject: Adjust the author field of the .tex files to reflect that docs are now maintained... X-Git-Tag: v3.5.0a1~589^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ab33eada45da791443b1b08cbfd82afc7147f3b;p=python Adjust the author field of the .tex files to reflect that docs are now maintained by all of us --- diff --git a/Doc/conf.py b/Doc/conf.py index 84458ff0be..6e4988e593 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -90,7 +90,7 @@ latex_font_size = '10pt' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). -_stdauthor = r'Guido van Rossum\\Fred L. Drake, Jr., editor' +_stdauthor = r'Guido van Rossum\\and the Python development team' latex_documents = [ ('c-api/index', 'c-api.tex', 'The Python/C API', _stdauthor, 'manual'),