Clarify comment and add another host to ignore list

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-11-01 10:24:09 +01:00
parent 8ed94542c0
commit 5aa9727eb0

View File

@ -312,6 +312,7 @@ linkcheck_ignore = [
r'https://software.opensuse.org/package/.*',
# They have messed up SSL setup
r'https://php-myadmin.ru/.*',
# There seems to be some problem with SNI on readthedocs.org
# There seems to be some problem with SNI on Travis CI
r'https://www.phpmyadmin.net/.*',
r'https://files.phpmyadmin.net/.*',
]