Skip to content

Commit 81bd7b9

Browse files
committed
exclude linkcheck failures
1 parent d5cd934 commit 81bd7b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@
146146
'-Nfontname=sans']
147147

148148
linkcheck_ignore = [
149-
# linkcheck has trouble handling GH anchors
150-
r'https://github.com/.*#.*',
151-
r'https://linux.die.net/.*'
149+
'https?://linux.die.net/man/1/bash',
150+
'https?://github.com/.*#.*',
152151
]
153152

154153
nitpick_ignore_regex = [

0 commit comments

Comments
 (0)