summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py5
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)
+}
# -----------------------------------------------------------------------------