Skip to content

Commit fa5ea1e

Browse files
committed
point to secure intershpinx docs
1 parent 7b9d1f9 commit fa5ea1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232

3333
autoclass_content = 'both'
3434

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),
35+
intersphinx_mapping = {'py': ('https://docs.python.org/2', None),
36+
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
37+
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
3838
}
3939

4040
## intersphinx_cache_limit = 10

0 commit comments

Comments
 (0)