File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 143143 "http://pythontesting.net/framework/pytest-introduction/" ,
144144 r"https://github.com/pytest-dev/pytest/issues/\d+" ,
145145 r"https://github.com/pytest-dev/pytest/pull/\d+" ,
146+ r"https://github\.com/sponsors/.*" ,
147+ r"https://pypi\.org/project/pytest.*" ,
148+ r"https://github\.com/pytest-dev/pytest/issues/.*" ,
146149]
147- linkcheck_workers = 5
150+
151+ # # Exclude documents that are known to cause issues
152+ # linkcheck_exclude_documents = [
153+ # 'old_versions/*',
154+ # 'deprecated_features/*',
155+ # ]
156+
157+ linkcheck_workers = 20
158+ linkcheck_timeout = 30
159+ linkcheck_retries = 2
160+ linkcheck_anchors = False
161+ linkcheck_rate_limit_timeout = 2.0
162+ linkcheck_delay = 2.0
148163
149164# -- Options for HTML output ----------------------------------------------------------
150165# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
You can’t perform that action at this time.
0 commit comments