Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
This commit is contained in:
commit
a70850636b
@ -307,4 +307,9 @@ lexers['php'] = PhpLexer(startinline=True)
|
||||
linkcheck_retries = 10
|
||||
linkcheck_timeout = 10
|
||||
linkcheck_anchors = False
|
||||
linkcheck_ignore = [r'https://software.opensuse.org/package/.*']
|
||||
linkcheck_ignore = [
|
||||
# Site is often down
|
||||
r'https://software.opensuse.org/package/.*',
|
||||
# They have messed up SSL setup
|
||||
r'https://php-myadmin.ru/.*',
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user