diff --git a/doc/source/conf.py b/doc/source/conf.py index 4f01fe4f4b278..9acb1252f3746 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -278,7 +278,8 @@ intersphinx_mapping = { 'statsmodels': ('http://statsmodels.sourceforge.net/devel/', None), 'matplotlib': ('http://matplotlib.org/', None), - 'python': ('http://docs.python.org/', None) + 'python': ('http://docs.python.org/', None), + 'numpy': ('http://docs.scipy.org/doc/numpy', None) } import glob autosummary_generate = glob.glob("*.rst")