Skip to content

Commit e7b64e9

Browse files
author
Ladislav Chvastaš
committed
new configuration
1 parent 9e5a6a1 commit e7b64e9

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

doc/en/conf.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,23 @@
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

0 commit comments

Comments
 (0)