From 2d60997b1c0316dd1a63bf923101c40f8b462a43 Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Thu, 4 Jul 2024 12:30:02 +1000 Subject: [PATCH] Intersphinx config: add Python 3.13 docs (#3855) --- peps/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/peps/conf.py b/peps/conf.py index f7ceff36f..d23763b34 100644 --- a/peps/conf.py +++ b/peps/conf.py @@ -58,6 +58,7 @@ intersphinx_mapping = { 'devguide': ('https://devguide.python.org/', None), 'py3.11': ('https://docs.python.org/3.11/', None), 'py3.12': ('https://docs.python.org/3.12/', None), + 'py3.13': ('https://docs.python.org/3.13/', None), } intersphinx_disabled_reftypes = []