Skip to content

Commit 2137151

Browse files
Merge remote-tracking branch 'upstream/8.2.x' into HEAD
2 parents 3860530 + 54c78c4 commit 2137151

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,11 @@
145145
graphviz_dot_args = ['-Gfontname=sans', '-Gbgcolor=none',
146146
'-Nfontname=sans']
147147

148-
linkcheck_anchors_ignore_for_url = [
148+
linkcheck_ignore = [
149+
# linux.die.net doesn't like our request headers
150+
'https?://linux.die.net/man/1/bash',
149151
# linkcheck has trouble handling GH anchors
150-
r'https://github.com/.*#.*',
151-
r'https://linux.die.net/.*'
152+
'https?://github.com/.*#.*',
152153
]
153154

154155
nitpick_ignore_regex = [

0 commit comments

Comments
 (0)