We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6849d84 commit c98f934Copy full SHA for c98f934
docs/conf.py
@@ -52,7 +52,7 @@
52
intersphinx_mapping = {
53
"numpy": ("https://numpy.org/doc/stable/", None),
54
"python": ("https://docs.python.org/3", None),
55
- "matplotlib": ("https://matplotlib.org/stable/", None),
+ "matplotlib": ("https://matplotlib.org/stable/", "docs/_static/matplotlib_objects.inv")),
56
}
57
58
autoclass_content = 'both'
0 commit comments