We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f952dc6 + 0ddf45f commit 8f03d9cCopy full SHA for 8f03d9c
docs/conf.py
@@ -79,3 +79,8 @@ def read(*names, **kwargs):
79
None,
80
),
81
}
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