Skip to content

Commit c98f934

Browse files
committed
update intersphinx mapping
1 parent 6849d84 commit c98f934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
intersphinx_mapping = {
5353
"numpy": ("https://numpy.org/doc/stable/", None),
5454
"python": ("https://docs.python.org/3", None),
55-
"matplotlib": ("https://matplotlib.org/stable/", None),
55+
"matplotlib": ("https://matplotlib.org/stable/", "docs/_static/matplotlib_objects.inv")),
5656
}
5757

5858
autoclass_content = 'both'

0 commit comments

Comments
 (0)