Disable linkcheck for mybinder

This commit is contained in:
Ayaz Salikhov
2023-05-01 12:59:31 +04:00
parent 62018ccc9e
commit 595c8b2cc3

View File

@@ -64,6 +64,7 @@ linkcheck_ignore = [
r".*github\.com.*#", # javascript based anchors
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"https://mybinder\.org/v2/gh/.*", # lots of 500 errors
]
linkcheck_allowed_redirects = {