Skip to content

Commit d38bfeb

Browse files
mariaob1201claude
andcommitted
Ignore github.com in linkcheck to keep the job a meaningful signal
GitHub rate-limits (429) the checker on nearly every run, so checking its links produced a perpetually-red job. GitHub links rarely rot; skipping them lets linkcheck flag only links it can actually verify. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent af03364 commit d38bfeb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ sphinx:
6969
# usenix.org returns 403 to automated checkers (bot protection) but the
7070
# links resolve fine in a browser, so skip them in linkcheck.
7171
linkcheck_ignore:
72+
# usenix.org returns 403 to automated checkers but works in-browser.
7273
- "https://www\\.usenix\\.org/.*"
73-
# GitHub blob pages render heading anchors with client-side JS that
74-
# linkcheck can't see; don't fail on missing anchors there.
75-
linkcheck_anchors_ignore_for_url:
74+
# GitHub rate-limits (429) the checker on nearly every run, which makes
75+
# the result meaningless; GitHub links rarely rot, so skip them.
7676
- "https://github\\.com/.*"
7777
# Keep linkcheck fast: cap retries and how long we wait out a rate limit.
7878
linkcheck_timeout: 15

0 commit comments

Comments
 (0)