Disable linkcheck for gnu.org

This commit is contained in:
Gold856
2025-06-22 00:09:49 -04:00
committed by Matt Morley
parent 25851525ce
commit 3df58485c2

View File

@@ -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: