##// END OF EJS Templates
'update intersphinx'
Matthias Bussonnier -
Show More
@@ -216,12 +216,12 b' html_additional_pages = {'
216 # Output file base name for HTML help builder.
216 # Output file base name for HTML help builder.
217 htmlhelp_basename = 'ipythondoc'
217 htmlhelp_basename = 'ipythondoc'
218
218
219 intersphinx_mapping = {'python': ('http://docs.python.org/3/', None),
219 intersphinx_mapping = {'python': ('https://docs.python.org/3/', None),
220 'rpy2': ('http://rpy.sourceforge.net/rpy2/doc-2.4/html/', None),
220 'rpy2': ('https://rpy2.readthedocs.io/en/version_2.8.x/', None),
221 'traitlets': ('http://traitlets.readthedocs.io/en/latest/', None),
221 'traitlets': ('https://traitlets.readthedocs.io/en/latest/', None),
222 'jupyterclient': ('http://jupyter-client.readthedocs.io/en/latest/', None),
222 'jupyterclient': ('https://jupyter-client.readthedocs.io/en/latest/', None),
223 'ipyparallel': ('http://ipyparallel.readthedocs.io/en/latest/', None),
223 'ipyparallel': ('https://ipyparallel.readthedocs.io/en/latest/', None),
224 'jupyter': ('http://jupyter.readthedocs.io/en/latest/', None),
224 'jupyter': ('https://jupyter.readthedocs.io/en/latest/', None),
225 }
225 }
226
226
227 # Options for LaTeX output
227 # Options for LaTeX output
General Comments 0
You need to be logged in to leave comments. Login now