Skip to content

Commit 37c03eb

Browse files
committed
Exclude packages.ubuntu.com from linkcheck
1 parent b7fb3d1 commit 37c03eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
r"https://github\.com/jupyter/docker-stacks/settings/actions/runners/new\?arch=arm64\&os=linux", # only works for users with permissions to change runners
6767
r"http://127\.0\.0\.1:.*", # various examples
6868
r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors
69+
r"https://packages\.ubuntu\.com/search\?keywords=openjdk", # frequent read timeouts
6970
]
7071

7172
linkcheck_allowed_redirects = {

0 commit comments

Comments
 (0)