diff options
-rw-r--r-- | doc/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 9ad17d5c0..8c18e423a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -201,6 +201,7 @@ texinfo_documents = [ # ----------------------------------------------------------------------------- intersphinx_mapping = { 'python': ('https://docs.python.org/dev', None), + 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None), 'matplotlib': ('http://matplotlib.org', None) } |