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),