We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42825d commit 13e83dfCopy full SHA for 13e83df
1 file changed
doc/conf.py
@@ -26,11 +26,10 @@
26
exclude_patterns = ["_build"]
27
28
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,
+ "galgebra": ("https://galgebra.readthedocs.io/en/latest/", None),
+ "mako": ("https://docs.makotemplates.org/en/latest/", None),
+ "matchpy": ("https://matchpy.readthedocs.io/en/latest/", None),
+ "numpy": ("https://numpy.org/doc/stable/", None),
+ "python": ("https://docs.python.org/3", None),
+ "sympy": ("https://docs.sympy.org/dev/", None),
35
}
36
-
0 commit comments