Longer timeout for linkcheck

This commit is contained in:
Gustaf Hallberg 2015-10-21 22:10:53 +02:00
parent 8ebe9f59fd
commit cf268bb309

View File

@ -180,3 +180,4 @@ linkcheck_ignore = [ #Some sites work in browser but linkcheck fails.
r'http://vk.com',
r'http://$']
linkcheck_anchors = False #This breaks on links that use # for other stuff
linkcheck_timeout = 30