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 7b9d1f9 commit fa5ea1eCopy full SHA for fa5ea1e
doc/conf.py
@@ -32,9 +32,9 @@
32
33
autoclass_content = 'both'
34
35
-intersphinx_mapping = {'py': ('http://docs.python.org/2', None),
36
- 'numpy': ('http://docs.scipy.org/doc/numpy/', None),
37
- 'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
+intersphinx_mapping = {'py': ('https://docs.python.org/2', None),
+ 'numpy': ('https://docs.scipy.org/doc/numpy/', None),
+ 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
38
}
39
40
## intersphinx_cache_limit = 10
0 commit comments