Intersphinx config: add Python 3.13 docs (#3855)

This commit is contained in:
Alyssa Coghlan 2024-07-04 12:30:02 +10:00 committed by GitHub
parent c14376672f
commit 2d60997b1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 = []