From f2d13c242edd57d61c5ee6ca833c78afab65c370 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Thu, 25 Sep 2025 10:24:58 +0200 Subject: [PATCH] chore: ignore failing linkcheck --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 165461a83..42eafd573 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -300,6 +300,7 @@ linkcheck_ignore = [ # 403 only in CI / GitHub Actions r"https://www.patreon.com/postgrest", r"https://blog.frankel.ch/poor-man-api", + r"https://www.cybertec-postgresql.com/.*", # Odd SSL error r"https://www.dripdepot.com", # New GitHub UI delays comment load, so anchor fails