Skip to content

Commit 97b5dd3

Browse files
committed
MAINT: cleanup intersphinx mapping
1 parent 9faae2b commit 97b5dd3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/conf.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,11 @@
6565
del intersphinx_mapping['scipy']
6666
del intersphinx_mapping['h5py']
6767

68-
# Using astropy latest in the mapping is temporary, change it back to stable once 6.0 is out
6968
intersphinx_mapping.update({
70-
'astropy': ('https://docs.astropy.org/en/latest/', None),
71-
'requests': ('https://requests.kennethreitz.org/en/stable/', None),
72-
'regions': ('https://astropy-regions.readthedocs.io/en/stable/', None),
73-
'mocpy': ('https://cds-astro.github.io/mocpy/', None),
74-
'pyvo': ('https://pyvo.readthedocs.io/en/stable/', None),
69+
'requests': ('https://requests.kennethreitz.org/en/stable', None),
70+
'regions': ('https://astropy-regions.readthedocs.io/en/stable', None),
71+
'mocpy': ('https://cds-astro.github.io/mocpy', None),
72+
'pyvo': ('https://pyvo.readthedocs.io/en/stable', None),
7573
})
7674

7775
# -- Project information ------------------------------------------------------

0 commit comments

Comments
 (0)