We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7edf9f commit 31bc451Copy full SHA for 31bc451
1 file changed
docs/conf.py
@@ -58,8 +58,8 @@
58
suppress_warnings = ["mystnb.unknown_mime_type"]
59
60
intersphinx_mapping = {
61
- "python": ("https://docs.python.org/3.8", None),
62
- "jb": ("https://jupyterbook.org/", None),
+ "python": ("https://docs.python.org/3.13", None),
+ "jb": ("https://jupyterbook.org/v1", None),
63
"myst": ("https://myst-parser.readthedocs.io/en/latest/", None),
64
"markdown_it": ("https://markdown-it-py.readthedocs.io/en/latest", None),
65
"nbclient": ("https://nbclient.readthedocs.io/en/latest", None),
0 commit comments