From 87f5032be2c022c9af1e67048161f2bb324674bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 4 Nov 2025 13:56:18 -0800 Subject: [PATCH 1/2] BUG: fix intersphinx link for JB1 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2e285257..e1288e6a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ intersphinx_mapping = { "python": ("https://docs.python.org/3.8", None), - "jb": ("https://jupyterbook.org/", None), + "jb": ("https://jupyterbook.org/v1", None), "myst": ("https://myst-parser.readthedocs.io/en/latest/", None), "markdown_it": ("https://markdown-it-py.readthedocs.io/en/latest", None), "nbclient": ("https://nbclient.readthedocs.io/en/latest", None), From 29f5083a82bbbfb1b2f36ee296385b131ba8cafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 4 Nov 2025 13:59:42 -0800 Subject: [PATCH 2/2] MAINT: bumping python version for intersphixn references --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e1288e6a..99b91384 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ suppress_warnings = ["mystnb.unknown_mime_type"] intersphinx_mapping = { - "python": ("https://docs.python.org/3.8", None), + "python": ("https://docs.python.org/3.13", None), "jb": ("https://jupyterbook.org/v1", None), "myst": ("https://myst-parser.readthedocs.io/en/latest/", None), "markdown_it": ("https://markdown-it-py.readthedocs.io/en/latest", None),