From d7177f859ed65885823c82c94e0d01bca8ba7a5d 2013-11-14 18:45:18 From: Thomas Kluyver Date: 2013-11-14 18:45:18 Subject: [PATCH] Use new format for intersphinx mapping --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 8499d67..448dad8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -179,7 +179,7 @@ html_additional_pages = { # Output file base name for HTML help builder. htmlhelp_basename = 'ipythondoc' -intersphinx_mapping = {'http://docs.python.org/2/': None} +intersphinx_mapping = {'python': ('http://docs.python.org/2/', None)} # Options for LaTeX output # ------------------------