Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d1057e5

Browse filesBrowse files
authored
Fix the intersphinx source for matplotlib. (#156)
1 parent 39d6127 commit d1057e5
Copy full SHA for d1057e5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/source/conf.py

Copy file name to clipboardExpand all lines: docs/source/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
intersphinx_mapping = {
188188
"numpy": ("http://docs.scipy.org/doc/numpy/", None),
189189
"scipy": ("http://docs.scipy.org/doc/scipy/reference/", None),
190-
"matplotlib": ("http://matplotlib.sourceforge.net/", None),
190+
"matplotlib": ("https://matplotlib.org/stable/", None),
191191
}
192192

193193
# -------- Options favicon -------------------------------------------------------#

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.