mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 03:23:00 +00:00
Do not run linkcheck on https://anaconda.org/conda-forge because of frequent read timeouts
This commit is contained in:
@@ -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 = {
|
||||||
|
Reference in New Issue
Block a user