Skip anchors verification for now

Skip until new Sphinx will be released as it better handles HTTP thanks
to requests library.

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-07-14 09:24:51 +02:00
parent 0966c7f105
commit aa3c3452d4

View File

@ -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