File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 65
65
del intersphinx_mapping ['scipy' ]
66
66
del intersphinx_mapping ['h5py' ]
67
67
68
- # Using astropy latest in the mapping is temporary, change it back to stable once 6.0 is out
69
68
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 ),
75
73
})
76
74
77
75
# -- Project information ------------------------------------------------------
You can’t perform that action at this time.
0 commit comments