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 c6f93bd
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 @@ -437,6 +437,9 @@
r"video",
# GitHub code line numbers
r"^L(\d+)(-L\d+)?$",
# raspberrypi.com refuses to get hit by the link checker
# TODO: remove this when things have cooled down
"https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#bootloader_update_stable",
]


Expand Down

0 comments on commit c6f93bd

Please sign in to comment.