From 235a85deb36dd6626a06169c8fa848055ab078cd Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 14 Mar 2024 22:09:17 +0100 Subject: [PATCH] Chore: Ignore linkcheck errors on https://hub.docker.com/ HTTPSConnectionPool(host='hub.docker.com', port=443): Read timed out. (read timeout=5) --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 57d1e4a..df5d087 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,6 +13,7 @@ "https://portal.azure.com/", "https://azuremarketplace.microsoft.com/", "https://azure.microsoft.com/", + "https://hub.docker.com/", ] linkcheck_timeout = 5