Skip to content

Commit 0270dd5

Browse files
authored
Merge pull request #193 from bkemper24/main
update intersphinx inventories
2 parents c31778b + 242bfc0 commit 0270dd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
autoclass_content = 'class'
5252

5353
intersphinx_mapping = {
54-
'python': ('https://docs.python.org/', None),
55-
'pandas': ('http://pandas.pydata.org/pandas-docs/version/0.19.2/', None),
56-
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
57-
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
54+
'python': ('https://docs.python.org/3/', None),
55+
'pandas': ('https://pandas.pydata.org/docs/', None),
56+
'numpy': ('https://numpy.org/doc/stable/', None),
57+
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
5858
'matplotlib': ('https://matplotlib.org/stable/', None),
5959
}
6060

0 commit comments

Comments
 (0)