diff --git a/docs/conf.py b/docs/conf.py index 6d70fa6bdb..f103b0fb31 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,13 +65,11 @@ del intersphinx_mapping['scipy'] del intersphinx_mapping['h5py'] -# Using astropy latest in the mapping is temporary, change it back to stable once 6.0 is out intersphinx_mapping.update({ - 'astropy': ('https://docs.astropy.org/en/latest/', None), - 'requests': ('https://requests.kennethreitz.org/en/stable/', None), - 'regions': ('https://astropy-regions.readthedocs.io/en/stable/', None), - 'mocpy': ('https://cds-astro.github.io/mocpy/', None), - 'pyvo': ('https://pyvo.readthedocs.io/en/stable/', None), + 'requests': ('https://requests.kennethreitz.org/en/stable', None), + 'regions': ('https://astropy-regions.readthedocs.io/en/stable', None), + 'mocpy': ('https://cds-astro.github.io/mocpy', None), + 'pyvo': ('https://pyvo.readthedocs.io/en/stable', None), }) # -- Project information ------------------------------------------------------