From 900c5b3ca5f2b5f65827c968b976e4c83f18e16b Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 14 Apr 2022 16:35:24 +0300 Subject: [PATCH] Filter docs.github.com links in linkcheck --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 10c0f53b..ba87f0f8 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://docs.github\.com/.*", # 403 error r"http://127\.0\.0\.1:49153/.*", # example r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors ]