From cec3771a78302f7faecef306b301fd8c936aaec7 Mon Sep 17 00:00:00 2001
From: Pablo Corcho-Caballero
Date: Mon, 14 Oct 2024 18:08:09 +0200
Subject: [PATCH] update intersphinx_mapping
---
docs/source/conf.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 9b6276f..943c9ce 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -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 ----------------------------------------------