Skip to content

Commit 885eecd

Browse files
committed
ignore linux.die.net on linkchecker
1 parent 963f9c0 commit 885eecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@
147147

148148
linkcheck_ignore = [
149149
# linkcheck has trouble handling GH anchors
150-
r'https://github.com/.*#.*'
150+
r'https://github.com/.*#.*',
151+
r'https://linux.die.net/.*'
151152
]
152153

153154
nitpick_ignore_regex = [

0 commit comments

Comments
 (0)