File tree Expand file tree Collapse file tree 9 files changed +9
-13
lines changed
test-linkcheck-anchors-ignore
test-linkcheck-documents_exclude
test-linkcheck-localserver-anchor
test-linkcheck-localserver-https
test-linkcheck-localserver-warn-redirects
test-linkcheck-localserver
test-linkcheck-too-many-retries Expand file tree Collapse file tree 9 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 11exclude_patterns = ['_build' ]
22linkcheck_anchors = True
3- linkcheck_timeout = 0.02
3+ linkcheck_timeout = 0.05
Original file line number Diff line number Diff line change 33 '^broken_link$' ,
44 'br[0-9]ken_link' ,
55]
6- linkcheck_timeout = 0.01
6+ linkcheck_timeout = 0.05
Original file line number Diff line number Diff line change 11exclude_patterns = ['_build' ]
22linkcheck_anchors = True
3- linkcheck_timeout = 0.01
3+ linkcheck_timeout = 0.05
Original file line number Diff line number Diff line change 1- import sys
2-
31exclude_patterns = ['_build' ]
4- linkcheck_timeout = 0.01 if sys .platform != 'win32' else 0.05
5-
6- del sys
2+ linkcheck_timeout = 0.05
Original file line number Diff line number Diff line change 11exclude_patterns = ['_build' ]
2- linkcheck_timeout = 0.02
2+ linkcheck_timeout = 0.05
Original file line number Diff line number Diff line change 11exclude_patterns = ['_build' ]
2- linkcheck_timeout = 0.01
2+ linkcheck_timeout = 0.05
Original file line number Diff line number Diff line change 11exclude_patterns = ['_build' ]
2- linkcheck_timeout = 0.01
2+ linkcheck_timeout = 0.05
Original file line number Diff line number Diff line change 11exclude_patterns = ['_build' ]
22linkcheck_anchors = True
3- linkcheck_timeout = 0.01
3+ linkcheck_timeout = 0.05
Original file line number Diff line number Diff line change 11root_doc = 'links'
22exclude_patterns = ['_build' ]
33linkcheck_anchors = True
4- linkcheck_timeout = 0.01
4+ linkcheck_timeout = 0.05
You can’t perform that action at this time.
0 commit comments