##// END OF EJS Templates
Use new format for intersphinx mapping
Thomas Kluyver -
Show More
@@ -179,7 +179,7 b' html_additional_pages = {'
179 # Output file base name for HTML help builder.
179 # Output file base name for HTML help builder.
180 htmlhelp_basename = 'ipythondoc'
180 htmlhelp_basename = 'ipythondoc'
181
181
182 intersphinx_mapping = {'http://docs.python.org/2/': None}
182 intersphinx_mapping = {'python': ('http://docs.python.org/2/', None)}
183
183
184 # Options for LaTeX output
184 # Options for LaTeX output
185 # ------------------------
185 # ------------------------
General Comments 0
You need to be logged in to leave comments. Login now