[3.14] Remove GvR from '_stdauthor' in Doc/conf.py (GH-141765) (#141767)

Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Guido van Rossum <gvanrossum@microsoft.com>
This commit is contained in:
Miss Islington (bot) 2025-11-19 21:36:24 +01:00 committed by GitHub
parent 8eed63e973
commit f6552d2c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'),
(