diff --git a/misc/docs/source/conf.py b/misc/docs/source/conf.py index 69677b99436..7a9707dd4b8 100644 --- a/misc/docs/source/conf.py +++ b/misc/docs/source/conf.py @@ -326,7 +326,7 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - 'python': ('https://docs.python.org/2.7/', None), + 'python': ('https://docs.python.org/', None), 'numpy': ('https://docs.scipy.org/doc/numpy/', None), 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None), 'matplotlib': ('http://matplotlib.org/', None),