From 8385c2d47dff294eaf55e17389cdd2c5836b90b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 7 Sep 2017 15:07:05 +0200 Subject: [PATCH] Avoid checking links on software.opensuse.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This seems to be broken quite often recently. Signed-off-by: Michal Čihař --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index c34748c80e..a1dbc11e22 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -307,3 +307,4 @@ lexers['php'] = PhpLexer(startinline=True) linkcheck_retries = 10 linkcheck_timeout = 10 linkcheck_anchors = False +linkcheck_ignore = [r'https://software.opensuse.org/package/.*']