##// END OF EJS Templates
fix ipyparallel duplicated entry
Marc Hernandez Cabot -
Show More
@@ -225,7 +225,6 b" htmlhelp_basename = 'ipythondoc'"
225 intersphinx_mapping = {'python': ('https://docs.python.org/3/', None),
225 intersphinx_mapping = {'python': ('https://docs.python.org/3/', None),
226 'rpy2': ('https://rpy2.readthedocs.io/en/version_2.8.x/', None),
226 'rpy2': ('https://rpy2.readthedocs.io/en/version_2.8.x/', None),
227 'jupyterclient': ('https://jupyter-client.readthedocs.io/en/latest/', None),
227 'jupyterclient': ('https://jupyter-client.readthedocs.io/en/latest/', None),
228 'ipyparallel': ('https://ipyparallel.readthedocs.io/en/latest/', None),
229 'jupyter': ('https://jupyter.readthedocs.io/en/latest/', None),
228 'jupyter': ('https://jupyter.readthedocs.io/en/latest/', None),
230 'jedi': ('https://jedi.readthedocs.io/en/latest/', None),
229 'jedi': ('https://jedi.readthedocs.io/en/latest/', None),
231 'traitlets': ('https://traitlets.readthedocs.io/en/latest/', None),
230 'traitlets': ('https://traitlets.readthedocs.io/en/latest/', None),
General Comments 0
You need to be logged in to leave comments. Login now