From 5afb8dc8b3f661018a058ded86600902443baafe Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Sun, 23 Mar 2025 16:01:06 -0400 Subject: [PATCH 1/2] Bump Python docs intersphinx base to 3.13 --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 42273604..7c1ccdb6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -27,7 +27,7 @@ templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] -intersphinx_mapping = {'py': ('https://docs.python.org/3.12', None)} +intersphinx_mapping = {'py': ('https://docs.python.org/3.13', None)} add_module_names = False From 8a75065b7a76e8a42aed4f93e226ab85d4cc4670 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 25 Mar 2025 13:38:26 +0100 Subject: [PATCH 2/2] Use https://docs.python.org/3 Co-authored-by: Brian Schubert --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 7c1ccdb6..cbb15a70 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -27,7 +27,7 @@ templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] -intersphinx_mapping = {'py': ('https://docs.python.org/3.13', None)} +intersphinx_mapping = {'py': ('https://docs.python.org/3', None)} add_module_names = False