From 5aa9727eb0796c3812e8e1ace565601af8a9b5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 1 Nov 2017 10:24:09 +0100 Subject: [PATCH] Clarify comment and add another host to ignore list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 63b2a9355e..1fee156225 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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/.*', ]