Skip to content

Commit 9da193e

Browse files
Merge pull request #743 from wxtim/fix-linkcheck
exclude matrix addresses with # from linkcheck
2 parents d865f43 + 67bd6a8 commit 9da193e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
'https?://linux.die.net/man/1/bash',
160160
# linkcheck has trouble handling GH anchors
161161
'https?://github.com/.*#.*',
162+
'https?://matrix.to/.*#.*',
162163
]
163164

164165
nitpick_ignore_regex = [

0 commit comments

Comments
 (0)