We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415a237 commit b027ac3Copy full SHA for b027ac3
1 file changed
docs/conf.py
@@ -56,7 +56,9 @@
56
automodapi_inheritance_diagram = False
57
58
intersphinx_mapping = {
59
+ "python": ("https://docs.python.org/3/", None),
60
"napari": ("https://napari.org/", None),
61
+ "numpy": ("https://numpy.org/doc/stable/", None),
62
"matplotlib": ("https://matplotlib.org/", None),
63
}
64
0 commit comments