chore: Ignore two links for linkcheck

I removed those exceptions earlier this week, because I got fooled by my
local test output. Those only return 403 in GitHub Actions - it seems
like those websites block access from there.
This commit is contained in:
Wolfgang Walther
2025-02-26 20:53:58 +01:00
parent 8d1bd61e69
commit 1a287edf7e
+3
View File
@@ -297,6 +297,9 @@ user_agent = (
)
linkcheck_ignore = [
# 403 only in CI / GitHub Actions
r"https://www.patreon.com/postgrest",
r"https://blog.frankel.ch/poor-man-api",
# Odd SSL error
r"https://www.dripdepot.com",
# New GitHub UI delays comment load, so anchor fails