We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2585152 commit 9757df7Copy full SHA for 9757df7
docs/source/conf.py
@@ -144,7 +144,7 @@ def setup(app):
144
145
# Excluded links for linkcheck
146
# 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\..+"]
+linkcheck_ignore = [R"https://www.raspberrypi.com/software/", R"http://10\..+", R"https://gnu.org/"]
148
149
token = os.environ.get("GITHUB_TOKEN", None)
150
if token:
0 commit comments