Exclude packages.ubuntu.com from linkcheck

This commit is contained in:
Ayaz Salikhov
2024-06-27 10:57:23 +01:00
parent b7fb3d15c9
commit 37c03eb03c

View File

@@ -66,6 +66,7 @@ linkcheck_ignore = [
r"https://github\.com/jupyter/docker-stacks/settings/actions/runners/new\?arch=arm64\&os=linux", # only works for users with permissions to change runners r"https://github\.com/jupyter/docker-stacks/settings/actions/runners/new\?arch=arm64\&os=linux", # only works for users with permissions to change runners
r"http://127\.0\.0\.1:.*", # various examples r"http://127\.0\.0\.1:.*", # various examples
r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors
r"https://packages\.ubuntu\.com/search\?keywords=openjdk", # frequent read timeouts
] ]
linkcheck_allowed_redirects = { linkcheck_allowed_redirects = {