From a2c8d9d9e5bff84f6ca7ffcb9221d987e4097c1a Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:37:27 -0800 Subject: [PATCH] Ignore TreeTime citation link for linkcheck This has recently been returning 403 consistently. --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9fa3145d2..7b439c465 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -157,9 +157,10 @@ def prose_list(items): ## string" matching happening, and something like a plain `r'google'` ## regular expression will _NOT_ match all google.com URLs. linkcheck_ignore = [ - # This URL will occasionally fail and return 403 (broken). + # These URLs will occasionally fail and return 403 (broken). # r'^http://www\.microbesonline\.org/fasttree/', + r'^https://academic\.oup\.com/ve/article/4/1/vex042/4794731', ] linkcheck_anchors_ignore_for_url = [ # Github uses anchor-looking links for highlighting lines but