From 0d5330b8b5bae5588b1bcd2277967082750a62dc Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:22:40 -0500 Subject: [PATCH] Ignore link that is blocking CI check --- docs/conf.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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