mirror of
https://github.com/beetbox/beets.git
synced 2025-12-13 20:13:09 +01:00
Merge pull request #3777 from jackwilsdon/fix-linkcheck-actions
Fix linkcheck on GitHub actions
This commit is contained in:
commit
7409463bf8
1 changed files with 2 additions and 1 deletions
|
|
@ -30,9 +30,10 @@ extlinks = {
|
|||
|
||||
linkcheck_ignore = [
|
||||
r'https://github.com/beetbox/beets/issues/',
|
||||
r'https://github.com/\w+$', # ignore user pages
|
||||
r'https://github.com/[^/]+$', # ignore user pages
|
||||
r'.*localhost.*',
|
||||
r'https://www.musixmatch.com/', # blocks requests
|
||||
r'https://genius.com/', # blocks requests
|
||||
]
|
||||
|
||||
# Options for HTML output
|
||||
|
|
|
|||
Loading…
Reference in a new issue