Skip to content

Commit d1057e5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
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)