From 3df58485c2cd64618e5ddc3f51e6374f97fd5671 Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Sun, 22 Jun 2025 00:09:49 -0400 Subject: [PATCH] Disable linkcheck for gnu.org --- docs/source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 77b1669ef..1e1c91d73 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -144,7 +144,11 @@ sphinx_tabs_valid_builders = ["epub", "linkcheck"] # Excluded links for linkcheck # These should be periodically checked by hand to ensure that they are still functional -linkcheck_ignore = [R"https://www.raspberrypi.com/software/", R"http://10\..+"] +linkcheck_ignore = [ + R"https://www.raspberrypi.com/software/", + R"http://10\..+", + R"https://gnu.org/", +] token = os.environ.get("GITHUB_TOKEN", None) if token: