From: Guido van Rossum Date: Wed, 19 Nov 2025 20:30:01 +0000 (-0800) Subject: Remove GvR from '_stdauthor' in Doc/conf.py (#141765) X-Git-Tag: v3.15.0a3~347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4344f7020f066e83a113e0d4f9343cec4e56a1e;p=thirdparty%2FPython%2Fcpython.git Remove GvR from '_stdauthor' in Doc/conf.py (#141765) Co-authored-by: Guido van Rossum --- diff --git a/Doc/conf.py b/Doc/conf.py index 0f1412d1007d..a4275835059e 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -361,7 +361,7 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). -_stdauthor = 'Guido van Rossum and the Python development team' +_stdauthor = 'The Python development team' latex_documents = [ ('c-api/index', 'c-api.tex', 'The Python/C API', _stdauthor, 'manual'), (