From a841dc9c3921c648f26215db5b22aa9fd41cd14f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 7 Aug 2026 09:14:33 +0200 Subject: [PATCH] chore: ignore stackoverflow in linkcheck Seems like stackoverflow started blocking GHA runners as well. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index dac30d21c..b8ae30041 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -300,6 +300,7 @@ linkcheck_ignore = [ r"https://www.patreon.com/postgrest", r"https://blog.frankel.ch/poor-man-api", r"https://www.cybertec-postgresql.com/.*", + r"https://stackoverflow.com/.*", # Odd SSL error r"https://www.dripdepot.com", r"https://www.euronodes.com",