Skip to content

Commit

Permalink
update intersphinx_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Corcho-Caballero committed Oct 14, 2024
1 parent ffe271b commit cec3771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@
# -- Options for intersphinx extension ---------------------------------------

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/3/': None}
intersphinx_mapping = {'python': ('https://docs.python.org/3/', None),
'astropy': ('https://docs.astropy.org/en/stable/', None),
'numpy': ('https://numpy.org/doc/stable/', None)}

# -- Options for todo extension ----------------------------------------------

Expand Down

0 comments on commit cec3771

Please sign in to comment.