From aa3c3452d495dae227cb329dc263ea941ba23bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 14 Jul 2016 09:24:51 +0200 Subject: [PATCH] Skip anchors verification for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Skip until new Sphinx will be released as it better handles HTTP thanks to requests library. 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 320424d7fc..06ce95d4ff 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -306,3 +306,4 @@ lexers['php'] = PhpLexer(startinline=True) # Number of retries and timeout for linkcheck linkcheck_retries = 10 linkcheck_timeout = 10 +linkcheck_anchors = False