From 8d5912e8df4fd1d643bc214c3b6b777a3755410a 2019-12-27 14:20:08 From: Marc Hernandez Cabot Date: 2019-12-27 14:20:08 Subject: [PATCH] fix ipyparallel duplicated entry --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 8a7a609..bd78b98 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -225,7 +225,6 @@ htmlhelp_basename = 'ipythondoc' intersphinx_mapping = {'python': ('https://docs.python.org/3/', None), 'rpy2': ('https://rpy2.readthedocs.io/en/version_2.8.x/', None), 'jupyterclient': ('https://jupyter-client.readthedocs.io/en/latest/', None), - 'ipyparallel': ('https://ipyparallel.readthedocs.io/en/latest/', None), 'jupyter': ('https://jupyter.readthedocs.io/en/latest/', None), 'jedi': ('https://jedi.readthedocs.io/en/latest/', None), 'traitlets': ('https://traitlets.readthedocs.io/en/latest/', None),