diff --git a/docs/conf.py b/docs/conf.py index 3cc78f7..0468ad3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -176,3 +176,11 @@ # dtype, target = line.split(None, 1) # target = target.strip() # nitpick_ignore.append((dtype, six.u(target))) + +# -- Options for linkcheck output ------------------------------------------- +linkcheck_retry = 5 +linkcheck_ignore = [ + "https://www.aanda.org/", +] +linkcheck_timeout = 180 +linkcheck_anchors = False