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 efe24c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@
# since linkchecking those URLs will fail before actually deploying them,
# we ignore them here.
r"https://nix.dev/manual/.*$",
# raspberrypi.com refuses to get hit by the link checker
# TODO: remove this when things have cooled down
r"https://www.raspberrypi.com/documentation/computers/raspberry-pi.html",
]

# Anchors are not present in HTML
Expand Down

0 comments on commit efe24c9

Please sign in to comment.