diff --git a/docs/source/conf.py b/docs/source/conf.py index 9b617d097..6f8487d53 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ ] doctest_global_setup = """ -from astroquery.gaia import Gaia # doctest: +SKIP +from astroquery.gaia import Gaia # doctest: +ELLIPSIS """