Skip to content

Commit 16b9fef

Browse files
authored
Merge pull request #32 from wtbarnes/update-intersphinx-mapping
Update astropy and numpy intersphinx URLs
2 parents 85e3f54 + 1faaf6a commit 16b9fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinx_astropy/conf/v1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ def check_sphinx_version(expected_version):
4747
'pythonloc': ('http://docs.python.org/',
4848
path.abspath(path.join(path.dirname(__file__), '..',
4949
'local', 'python3_local_links.inv'))),
50-
'numpy': ('https://docs.scipy.org/doc/numpy/',
50+
'numpy': ('https://numpy.org/doc/stable/',
5151
(None, 'http://data.astropy.org/intersphinx/numpy.inv')),
5252
'scipy': ('https://docs.scipy.org/doc/scipy/reference/',
5353
(None, 'http://data.astropy.org/intersphinx/scipy.inv')),
5454
'matplotlib': ('https://matplotlib.org/',
5555
(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),
5757
'h5py': ('http://docs.h5py.org/en/stable/', None)}
5858

5959
# List of patterns, relative to source directory, that match files and

0 commit comments

Comments
 (0)