From d394d7e451e94ada5a876262e7f61ec3e48a0668 2020-03-28 18:49:23 From: Matthias Bussonnier Date: 2020-03-28 18:49:23 Subject: [PATCH] update link to rpy2 object inventory --- diff --git a/docs/source/conf.py b/docs/source/conf.py index afdff72..3dde0f3 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -223,7 +223,7 @@ html_additional_pages = { htmlhelp_basename = 'ipythondoc' intersphinx_mapping = {'python': ('https://docs.python.org/3/', None), - 'rpy2': ('https://rpy2.readthedocs.io/en/latest/', None), + 'rpy2': ('https://rpy2.github.io/doc/latest/html/', None), 'jupyterclient': ('https://jupyter-client.readthedocs.io/en/latest/', None), 'jupyter': ('https://jupyter.readthedocs.io/en/latest/', None), 'jedi': ('https://jedi.readthedocs.io/en/latest/', None),