We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660eb7d commit fd08e21Copy full SHA for fd08e21
docs/conf.py
@@ -197,7 +197,9 @@ def __getattr__(cls, name):
197
edit_on_github_doc_root = "docs"
198
199
nitpicky = True
200
-nitpick_ignore = [('py:class', 'astroquery.mast.core.MastQueryWithLogin')]
+nitpick_ignore = [('py:class', 'astroquery.mast.core.MastQueryWithLogin'),
201
+ # astropy interited type annotations
202
+ ('py:class', 'ConfigItem')]
203
204
205
# -- Linkcheck builder options ----------------------------------------------
0 commit comments