Skip to content

Commit 8f03d9c

Browse files
author
python-desert
authored
Add linkcheck retries.
2 parents f952dc6 + 0ddf45f commit 8f03d9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ def read(*names, **kwargs):
7979
None,
8080
),
8181
}
82+
83+
84+
# codecov.io is unreliable so allow some retries in the
85+
# `linkcheck` to avoid failing the build.
86+
linkcheck_retries = 3

0 commit comments

Comments
 (0)