Do not run linkcheck on https://anaconda.org/conda-forge because of frequent read timeouts

This commit is contained in:
Ayaz Salikhov
2024-11-06 15:20:33 +00:00
parent ea849fa18f
commit 2c7e64abbb

View File

@@ -67,6 +67,7 @@ linkcheck_ignore = [
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 r"https://packages\.ubuntu\.com/search\?keywords=openjdk", # frequent read timeouts
r"https://anaconda\.org\/conda-forge", # frequent read timeouts
] ]
linkcheck_allowed_redirects = { linkcheck_allowed_redirects = {