Skip to content

Commit 866691b

Browse files
committed
Fix backreference URLs.
1 parent 2e8817f commit 866691b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/conf.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,11 @@ def _check_deps():
102102
'filename_pattern': '^((?!sgskip).)*$',
103103
'gallery_dirs': ['gallery', 'tutorials'],
104104
'doc_module': ('matplotlib', 'mpl_toolkits'),
105-
'reference_url': {'matplotlib': None,
106-
'numpy': 'http://docs.scipy.org/doc/numpy/reference',
107-
'scipy': 'http://docs.scipy.org/doc/scipy/reference'},
105+
'reference_url': {
106+
'matplotlib': None,
107+
'numpy': 'https://docs.scipy.org/doc/numpy',
108+
'scipy': 'https://docs.scipy.org/doc/scipy/reference',
109+
},
108110
'backreferences_dir': 'api/_as_gen'
109111
}
110112

0 commit comments

Comments
 (0)