Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 31, 2025
1 parent 02be80f commit fcfeeff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
]

doctest_global_setup = """
from astroquery.gaia import Gaia # doctest: +ELLIPSIS
import contextlib
with contextlib.redirect_stdout(None):
print("Setting up doctest")
from astroquery.gaia import Gaia
"""


Expand Down

0 comments on commit fcfeeff

Please sign in to comment.