Skip to content

Commit

Permalink
work around link checker being blocked
Browse files Browse the repository at this point in the history
this is a really annoying failure, but we probably can't do much other
than waiting for IP addresses to switch around or something...
  • Loading branch information
fricklerhandwerk committed Feb 27, 2024
1 parent afc29b4 commit fb519ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
r"https://matrix.to",
# returns 403 on CI
r"https://www.lesswrong.com",
r"https://www.raspberrypi.com",
# Linkcheck fails on anchors in GH READMEs, see https://github.com/sphinx-doc/sphinx/issues/9016
r"https://github.com/.+/.+#.+$",
# Linkcheck fails on anchors in GH browser/file viewer, see https://github.com/sphinx-doc/sphinx/issues/11484
Expand Down

0 comments on commit fb519ff

Please sign in to comment.