From ed447c43f7df07da5ae8854183a0163618ade0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 26 Feb 2024 11:00:25 -0800 Subject: [PATCH] Fix linkcheck failing (#3229) --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index a3e832df2..0fc66485e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,6 +73,7 @@ for i in ( r"https://github.com/tox-dev/tox/issues/new?title=Trouble+with+development+environment", r"https://www.unix.org/version2/sample/abort.html", + r"https://porkbun.com/", # has captcha on it that makes it return with 405 ) ] extlinks_detect_hardcoded_links = True