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 d31daa5 commit 3aa0b30Copy full SHA for 3aa0b30
sphinx_astropy/conf/v1.py
@@ -61,7 +61,7 @@ def check_sphinx_version(expected_version):
61
(None, 'http://data.astropy.org/intersphinx/numpy.inv')),
62
'scipy': ('https://docs.scipy.org/doc/scipy/reference/',
63
(None, 'http://data.astropy.org/intersphinx/scipy.inv')),
64
- 'matplotlib': ('https://matplotlib.org/',
+ 'matplotlib': ('https://matplotlib.org/stable/',
65
(None, 'http://data.astropy.org/intersphinx/matplotlib.inv')),
66
'astropy': ('https://docs.astropy.org/en/stable/', None),
67
'h5py': ('https://docs.h5py.org/en/stable/', None)}
0 commit comments