Skip to content

Commit 13e83df

Browse files
alexfiklinducer
authored andcommitted
docs: update intersphinx mapping from deprecated variant
1 parent f42825d commit 13e83df

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

doc/conf.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
exclude_patterns = ["_build"]
2727

2828
intersphinx_mapping = {
29-
"https://docs.python.org/3": None,
30-
"https://numpy.org/doc/stable/": None,
31-
"https://docs.makotemplates.org/en/latest/": None,
32-
"https://docs.sympy.org/dev/": None,
33-
"https://galgebra.readthedocs.io/en/latest/": None,
34-
"https://matchpy.readthedocs.io/en/latest/": None,
29+
"galgebra": ("https://galgebra.readthedocs.io/en/latest/", None),
30+
"mako": ("https://docs.makotemplates.org/en/latest/", None),
31+
"matchpy": ("https://matchpy.readthedocs.io/en/latest/", None),
32+
"numpy": ("https://numpy.org/doc/stable/", None),
33+
"python": ("https://docs.python.org/3", None),
34+
"sympy": ("https://docs.sympy.org/dev/", None),
3535
}
36-

0 commit comments

Comments
 (0)