Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7

This commit is contained in:
Weblate 2017-10-25 10:44:51 +02:00
commit a70850636b

View File

@ -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/.*',
]