From 7ffb0b0719a820509481af1ca3554a6490350ad0 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 29 Sep 2023 11:10:45 +0200 Subject: [PATCH] skip linkcheck for linux.die.net links work, but site seems to block linkcheck requests from CI with 403 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 59016018..c3eca146 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -187,7 +187,7 @@ linkcheck_ignore = [ "https://github.com/jupyterhub/jupyterhub/compare/", # too many comparisons in changelog r"https?://(localhost|127.0.0.1).*", # ignore localhost references in auto-links r".*/rest-api.html#.*", # ignore javascript-resolved internal rest-api links - r"https://jupyter.chameleoncloud.org", # FIXME: ignore (presumably) short-term SSL issue + r"https://linux.die.net/.*", # linux.die.net seems to block requests from CI with 403 sometimes ] linkcheck_anchors_ignore = [ "/#!",