diff --git a/doc/conf.py b/doc/conf.py index 30186ba..0da73a1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -17,7 +17,7 @@ release = version intersphinx_mapping = { - "https://docs.python.org/dev": None, - "https://numpy.org/doc/stable": None, - "https://documen.tician.de/cgen": None, + "python": ("https://docs.python.org/dev", None), + "numpy": ("https://numpy.org/doc/stable", None), + "cgen": ("https://documen.tician.de/cgen", None), }