Skip to content

Commit 595c8b2

Browse files
committed
Disable linkcheck for mybinder
1 parent 62018cc commit 595c8b2

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
@@ -64,6 +64,7 @@
6464
r".*github\.com.*#", # javascript based anchors
6565
r"https://github\.com/jupyter/docker-stacks/settings/actions/runners/new\?arch=arm64\&os=linux", # only works for users with permissions to change runners
6666
r"http://127\.0\.0\.1:.*", # various examples
67+
r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors
6768
]
6869

6970
linkcheck_allowed_redirects = {

0 commit comments

Comments
 (0)