File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Changes in sphinx-astropy
7
7
- Removed dependency on ``distutils ``. As a result, ``packaging `` is now
8
8
a dependency. [#51]
9
9
10
+ - Updated ``matplotlib `` URL for intersphinx. [#52]
11
+
10
12
1.6 (2021-09-22)
11
13
----------------
12
14
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def check_sphinx_version(expected_version):
61
61
(None , 'http://data.astropy.org/intersphinx/numpy.inv' )),
62
62
'scipy' : ('https://docs.scipy.org/doc/scipy/reference/' ,
63
63
(None , 'http://data.astropy.org/intersphinx/scipy.inv' )),
64
- 'matplotlib' : ('https://matplotlib.org/' ,
64
+ 'matplotlib' : ('https://matplotlib.org/stable/ ' ,
65
65
(None , 'http://data.astropy.org/intersphinx/matplotlib.inv' )),
66
66
'astropy' : ('https://docs.astropy.org/en/stable/' , None ),
67
67
'h5py' : ('https://docs.h5py.org/en/stable/' , None )}
You can’t perform that action at this time.
0 commit comments