From 9b948b49f44ff13f996d0f2b5cfcf8e3bea01a4a Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Sun, 3 Aug 2025 23:47:38 -0400 Subject: [PATCH] Disable linkcheck for www.gnu.org --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1e1c91d732..dab4e79d13 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -147,7 +147,7 @@ def setup(app): linkcheck_ignore = [ R"https://www.raspberrypi.com/software/", R"http://10\..+", - R"https://gnu.org/", + R"https://www.gnu.org/", ] token = os.environ.get("GITHUB_TOKEN", None)