From ec290b31c60dd5653167059b66f1dfa56ebc2b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 8 Oct 2024 22:10:17 -0700 Subject: [PATCH] MAINT: cleanup intersphinx mapping --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6d70fa6bdb..bb48c26c25 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,7 @@ 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),