We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8817f commit 866691bCopy full SHA for 866691b
doc/conf.py
@@ -102,9 +102,11 @@ def _check_deps():
102
'filename_pattern': '^((?!sgskip).)*$',
103
'gallery_dirs': ['gallery', 'tutorials'],
104
'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'},
+ 'reference_url': {
+ 'matplotlib': None,
+ 'numpy': 'https://docs.scipy.org/doc/numpy',
108
+ 'scipy': 'https://docs.scipy.org/doc/scipy/reference',
109
+ },
110
'backreferences_dir': 'api/_as_gen'
111
}
112
0 commit comments