Skip to content

Commit

Permalink
Increase number of linkcheck retries
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jeanas committed Dec 22, 2023
1 parent 83fc010 commit ce62b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
# https://github.com/pypa/packaging.python.org/pull/1308#issuecomment-1775347690
"https://www.breezy-vcs.org/*",
]
linkcheck_retries = 5

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

0 comments on commit ce62b3a

Please sign in to comment.