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:
parent
0966c7f105
commit
aa3c3452d4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user