Skip to content

Commit 31bc451

Browse files
authored
MAINT: post JB2 release fix (#700)
1 parent e7edf9f commit 31bc451

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
suppress_warnings = ["mystnb.unknown_mime_type"]
5959

6060
intersphinx_mapping = {
61-
"python": ("https://docs.python.org/3.8", None),
62-
"jb": ("https://jupyterbook.org/", None),
61+
"python": ("https://docs.python.org/3.13", None),
62+
"jb": ("https://jupyterbook.org/v1", None),
6363
"myst": ("https://myst-parser.readthedocs.io/en/latest/", None),
6464
"markdown_it": ("https://markdown-it-py.readthedocs.io/en/latest", None),
6565
"nbclient": ("https://nbclient.readthedocs.io/en/latest", None),

0 commit comments

Comments
 (0)