Skip to content

Commit 1a287ed

Browse files
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.
1 parent 8d1bd61 commit 1a287ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@ def setup(app):
297297
)
298298

299299
linkcheck_ignore = [
300+
# 403 only in CI / GitHub Actions
301+
r"https://www.patreon.com/postgrest",
302+
r"https://blog.frankel.ch/poor-man-api",
300303
# Odd SSL error
301304
r"https://www.dripdepot.com",
302305
# New GitHub UI delays comment load, so anchor fails

0 commit comments

Comments
 (0)