10000 DOC: https for pandas intersphinx · matplotlib/matplotlib@563762a · GitHub
[go: up one dir, main page]

Skip to content

Commit 563762a

Browse files
committed
DOC: https for pandas intersphinx
1 parent cf2751f commit 563762a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _check_deps():
9595
'python': ('https://docs.python.org/3', None),
9696
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
9797
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
98-
'pandas': ('http://pandas.pydata.org/pandas-docs/stable', None)
98+
'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None)
9999
}
100100

101101
explicit_order_folders = [

0 commit comments

Comments
 (0)
0