From 6ffc8403ff482001bec3162675ff4f0b02abd437 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Fri, 31 Jan 2025 16:46:37 -0500 Subject: [PATCH] Update --- docs/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0ee371409..7c3392424 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,6 +24,11 @@ "sphinx_mdinclude", ] +doctest_global_setup = """ +from astroquery.gaia import Gaia # disable gaia crap +""" + + intersphinx_mapping = { "python": ("https://docs.python.org/3/", None), "sphinx": ("https://www.sphinx-doc.org/en/master/", None),