From 8659f028d549effea24402892d9e05e65b470c66 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Wed, 31 Jul 2024 09:11:41 -0700 Subject: [PATCH] test: Ignore http-rate-limited warnings to avoid failure due to the abundance of GitHub URLs in the Changelog --- docs/.linkchecker.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.linkchecker.ini b/docs/.linkchecker.ini index fbed0f8c..5f09c630 100644 --- a/docs/.linkchecker.ini +++ b/docs/.linkchecker.ini @@ -8,4 +8,4 @@ ignore= /fonts/ /reference/ mailto: -ignorewarnings=http-redirected +ignorewarnings=http-redirected,http-rate-limited