From 49f5049811136f7beca801c701a60ea2cc1058ba Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 19 Nov 2025 12:30:01 -0800 Subject: [PATCH] Remove GvR from '_stdauthor' in Doc/conf.py (GH-141765) (cherry picked from commit b4344f7020f066e83a113e0d4f9343cec4e56a1e) Co-authored-by: Guido van Rossum Co-authored-by: Guido van Rossum --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 611e0dac7f945b..5418d29b6a6cd3 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -362,7 +362,7 @@ # 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'), (