diff --git a/docs/conf.py b/docs/conf.py index 96461dbe..9eb1fad1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -172,3 +172,9 @@ continue dtype, target = line.split(None, 1) nitpick_ignore.append((dtype, target.strip())) + +# -- Options for linkcheck output ------------------------------------------- +linkcheck_retry = 3 +linkcheck_ignore = [ + "https://ui.adsabs.harvard.edu", # 405 Client Error: Not Allowed for sphinx-build +]