From d5041c564546c12c4c4c6c84114710b60f2bf581 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 7 Aug 2024 18:02:32 +0200 Subject: [PATCH] Chore: Adjust link checker ignores: www.tableau.com blocks GitHub --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index a378ca9..3e42a3a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,6 +19,8 @@ "https://sigmod.org/", # 403 Client Error: Forbidden for url "https://www.datanami.com/", + # 403 Client Error: Forbidden for url + "https://www.tableau.com/", ] linkcheck_timeout = 5