Skip to content

Commit ce62b3a

Browse files
committed
Increase number of linkcheck retries
We're getting frequent flaky CI failures due to the huge number of links that have to be checked, making the check sensitive to random connection errors.
1 parent 83fc010 commit ce62b3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
# https://github.com/pypa/packaging.python.org/pull/1308#issuecomment-1775347690
109109
"https://www.breezy-vcs.org/*",
110110
]
111+
linkcheck_retries = 5
111112

112113
# -- Options for extlinks ----------------------------------------------------------
113114
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html#configuration

0 commit comments

Comments
 (0)