diff --git a/doc/source/conf.py b/doc/source/conf.py index 329c8527..0f78e32a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -51,10 +51,10 @@ autoclass_content = 'class' intersphinx_mapping = { - 'python': ('https://docs.python.org/', None), - 'pandas': ('http://pandas.pydata.org/pandas-docs/version/0.19.2/', None), - 'numpy': ('http://docs.scipy.org/doc/numpy/', None), - 'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None), + 'python': ('https://docs.python.org/3/', None), + 'pandas': ('https://pandas.pydata.org/docs/', None), + 'numpy': ('https://numpy.org/doc/stable/', None), + 'scipy': ('https://docs.scipy.org/doc/scipy/', None), 'matplotlib': ('https://matplotlib.org/stable/', None), }