From e1c4f9c8ab352964a5a4bfd3268e2d5a4e16b4a9 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 22 Mar 2024 19:43:24 +0100 Subject: [PATCH] Chore: Update link checker ignore items --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b8205d0..17c82b9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,8 +9,9 @@ # TODO: Refactor into global configuration. linkcheck_ignore = [ + # HTTPSConnectionPool(host='xxx.microsoft.com', port=443): Read timed out. (read timeout=5) + "https://azure.microsoft.com/", "https://azuremarketplace.microsoft.com/", - "https://github.com/crate/ml-sandbox", "https://portal.azure.com/", "https://powerbi.microsoft.com", "https://www.microsoft.com",