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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user