From a430b224604b4393c3a97003df936e23afea4abf Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Thu, 8 Aug 2024 19:44:49 -0500 Subject: [PATCH] Ignore more flaky links (GitHub commits and OpenTeams) --- doc/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index ba47eadf..b8545e12 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -302,9 +302,12 @@ r"https://(www\.)?packages\.gentoo\.org/?.*", r"https://(www\.)?software\.opensuse\.org/?.*", r"https://(www\.)?packages\.ubuntu\.com/?.*", + r"https://(www\.)?github\.com/.+/commit/.+", # Blocks GitHub Actions r"https://(www\.)?(\w+\.)?reddit\.com/?.*", r"https://(www\.)?(\w+\.)?(stackoverflow|stackexchange)\.com/?.*", + # Temporary until removed (flaky/no longer used) + r"https://(www\.)?openteams\.com/?.*", ]