From cc6fb74a612be18c3503e98765431bb55dabfd71 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 4 Jul 2022 21:59:19 +0400 Subject: [PATCH] Fix linkcheck-docs error --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 0a1d05b4..5af9bbe4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,6 +91,7 @@ myst_heading_anchors = 3 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"https://docs.github\.com/.*", # 403 error r"http://127\.0\.0\.1:49153/.*", # example r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors