Skip to content

Commit 9757df7

Browse files
committed
Disable linkcheck for gnu.org
1 parent 2585152 commit 9757df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def setup(app):
144144

145145
# Excluded links for linkcheck
146146
# These should be periodically checked by hand to ensure that they are still functional
147-
linkcheck_ignore = [R"https://www.raspberrypi.com/software/", R"http://10\..+"]
147+
linkcheck_ignore = [R"https://www.raspberrypi.com/software/", R"http://10\..+", R"https://gnu.org/"]
148148

149149
token = os.environ.get("GITHUB_TOKEN", None)
150150
if token:

0 commit comments

Comments
 (0)