From ddef3348d8242203a03ed2d51d9ba23663df7010 2020-01-06 15:45:00 From: Matthias Bussonnier Date: 2020-01-06 15:45:00 Subject: [PATCH] Merge pull request #12072 from Carreau/rpy-inv Update instesphinx for rpy2 as object.inv is gone. --- diff --git a/docs/source/conf.py b/docs/source/conf.py index bd78b98..afdff72 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/version_2.8.x/', None), + 'rpy2': ('https://rpy2.readthedocs.io/en/latest/', 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),