Skip to content

Commit 40a5630

Browse files
author
desert
committed
Add linkcheck retries.
Codecov.io failed the build on master here: https://travis-ci.com/python-desert/desert/jobs/280127630#L379
1 parent 0570e0f commit 40a5630

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)