Skip to content

Commit 509ceba

Browse files
authored
Merge pull request #36 from mhvk/patch-1
Use https for h5py intersphinx links
2 parents 16b9fef + e78e498 commit 509ceba

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
@@ -54,7 +54,7 @@ def check_sphinx_version(expected_version):
5454
'matplotlib': ('https://matplotlib.org/',
5555
(None, 'http://data.astropy.org/intersphinx/matplotlib.inv')),
5656
'astropy': ('https://docs.astropy.org/en/stable/', None),
57-
'h5py': ('http://docs.h5py.org/en/stable/', None)}
57+
'h5py': ('https://docs.h5py.org/en/stable/', None)}
5858

5959
# List of patterns, relative to source directory, that match files and
6060
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)