From 9c5b722866cda9e75b64dce58ccbbe9e8eadf75a Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 24 Dec 2023 03:04:17 +0100 Subject: [PATCH] Chore: Make link checker ignore https://{powerbi,www}.microsoft.com --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a03252f..b8205d0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,9 +9,11 @@ # TODO: Refactor into global configuration. linkcheck_ignore = [ - "https://portal.azure.com/", "https://azuremarketplace.microsoft.com/", "https://github.com/crate/ml-sandbox", + "https://portal.azure.com/", + "https://powerbi.microsoft.com", + "https://www.microsoft.com", ] linkcheck_timeout = 5