diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 11841c1bb..9ad17d5c0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -199,7 +199,10 @@ texinfo_documents = [ # ----------------------------------------------------------------------------- # Intersphinx configuration # ----------------------------------------------------------------------------- -intersphinx_mapping = {'http://docs.python.org/dev': None} +intersphinx_mapping = { + 'python': ('https://docs.python.org/dev', None), + 'matplotlib': ('http://matplotlib.org', None) +} # ----------------------------------------------------------------------------- |