##// END OF EJS Templates
bump intersphinx python ref to py3
Min RK -
Show More
@@ -201,7 +201,7 b' html_additional_pages = {'
201 # Output file base name for HTML help builder.
201 # Output file base name for HTML help builder.
202 htmlhelp_basename = 'ipythondoc'
202 htmlhelp_basename = 'ipythondoc'
203
203
204 intersphinx_mapping = {'python': ('http://docs.python.org/2/', None),
204 intersphinx_mapping = {'python': ('http://docs.python.org/3/', None),
205 'rpy2': ('http://rpy.sourceforge.net/rpy2/doc-2.4/html/', None),
205 'rpy2': ('http://rpy.sourceforge.net/rpy2/doc-2.4/html/', None),
206 'traitlets': ('http://traitlets.readthedocs.org/en/latest/', None),
206 'traitlets': ('http://traitlets.readthedocs.org/en/latest/', None),
207 'jupyterclient': ('http://jupyter-client.readthedocs.org/en/latest/', None),
207 'jupyterclient': ('http://jupyter-client.readthedocs.org/en/latest/', None),
General Comments 0
You need to be logged in to leave comments. Login now