Fix GitHub user page regex

This commit is contained in:
Jack Wilsdon 2020-10-22 00:02:55 +01:00
parent 52ca0cbfde
commit 7621cdfeb9
No known key found for this signature in database
GPG key ID: D657C01A7BC820AE

View file

@ -30,7 +30,7 @@ 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
]