From 7ca5ea00c16543aea5e367d32d3d2eace393d783 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://www.microsoft.com --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a03252f..907b427 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,9 +9,10 @@ # 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://www.microsoft.com", ] linkcheck_timeout = 5