From 2c7e64abbb088d89d7147a4b0724da70c531491a Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 6 Nov 2024 15:20:33 +0000 Subject: [PATCH] Do not run linkcheck on https://anaconda.org/conda-forge because of frequent read timeouts --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 7957c246..5cf59db1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,6 +67,7 @@ linkcheck_ignore = [ r"http://127\.0\.0\.1:.*", # various examples r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors r"https://packages\.ubuntu\.com/search\?keywords=openjdk", # frequent read timeouts + r"https://anaconda\.org\/conda-forge", # frequent read timeouts ] linkcheck_allowed_redirects = {