Skip to content

Commit 3e19cd4

Browse files
authored
Disable linkcheck for www.gnu.org (#2030)
1 parent 6b49e92 commit 3e19cd4

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
@@ -147,7 +147,7 @@ def setup(app):
147147
linkcheck_ignore = [
148148
R"https://www.raspberrypi.com/software/",
149149
R"http://10\..+",
150-
R"https://gnu.org/",
150+
R"https://www.gnu.org/",
151151
]
152152

153153
token = os.environ.get("GITHUB_TOKEN", None)

0 commit comments

Comments
 (0)