Skip to content

Commit

Permalink
Merge pull request astropy#3117 from bsipocz/DOC_intersphinx
Browse files Browse the repository at this point in the history
MAINT: cleanup intersphinx mapping
  • Loading branch information
bsipocz authored Oct 9, 2024
2 parents 9faae2b + 97b5dd3 commit 0667ec8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ------------------------------------------------------
Expand Down

0 comments on commit 0667ec8

Please sign in to comment.