Skip to content

Commit 3aa0b30

Browse files
committed
DOC: Update matplotlib intersphinx URL
1 parent d31daa5 commit 3aa0b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_astropy/conf/v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def check_sphinx_version(expected_version):
6161
(None, 'http://data.astropy.org/intersphinx/numpy.inv')),
6262
'scipy': ('https://docs.scipy.org/doc/scipy/reference/',
6363
(None, 'http://data.astropy.org/intersphinx/scipy.inv')),
64-
'matplotlib': ('https://matplotlib.org/',
64+
'matplotlib': ('https://matplotlib.org/stable/',
6565
(None, 'http://data.astropy.org/intersphinx/matplotlib.inv')),
6666
'astropy': ('https://docs.astropy.org/en/stable/', None),
6767
'h5py': ('https://docs.h5py.org/en/stable/', None)}

0 commit comments

Comments
 (0)