Skip to content

Commit

Permalink
TMP: use latest astropy for sphinx mapping until v6.0 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Oct 24, 2023
1 parent d65661f commit 8dc8274
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@

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/stable/', None),
'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),
Expand Down

0 comments on commit 8dc8274

Please sign in to comment.