File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ def check_sphinx_version(expected_version):
47
47
'pythonloc' : ('http://docs.python.org/' ,
48
48
path .abspath (path .join (path .dirname (__file__ ), '..' ,
49
49
'local' , 'python3_local_links.inv' ))),
50
- 'numpy' : ('https://docs.scipy. org/doc/numpy /' ,
50
+ 'numpy' : ('https://numpy. org/doc/stable /' ,
51
51
(None , 'http://data.astropy.org/intersphinx/numpy.inv' )),
52
52
'scipy' : ('https://docs.scipy.org/doc/scipy/reference/' ,
53
53
(None , 'http://data.astropy.org/intersphinx/scipy.inv' )),
54
54
'matplotlib' : ('https://matplotlib.org/' ,
55
55
(None , 'http://data.astropy.org/intersphinx/matplotlib.inv' )),
56
- 'astropy' : ('http ://docs.astropy.org/en/stable/' , None ),
56
+ 'astropy' : ('https ://docs.astropy.org/en/stable/' , None ),
57
57
'h5py' : ('http://docs.h5py.org/en/stable/' , None )}
58
58
59
59
# List of patterns, relative to source directory, that match files and
You can’t perform that action at this time.
0 commit comments