commit | f068325e25dbacd1c12e6b684539320f1ce18c4c | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Feb 13 13:56:11 2016 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Feb 13 13:56:11 2016 -0600 |
tree | 7f2903b01f279cc4cfa905061d86a93051fb8974 | |
parent | 1e44d88bd84c6f1ed8b44640a8513f4de46b9743 [diff] | |
parent | 357f977bf4d68122c5665dc3f2690406117c0dcb [diff] |
Merge pull request #2723 from alex/linkcheck-retry Make the linkcheck builder more resillient against transient network …
diff --git a/docs/conf.py b/docs/conf.py index dcc9c62..643eddb 100644 --- a/docs/conf.py +++ b/docs/conf.py
@@ -273,3 +273,7 @@ intersphinx_mapping = {'https://docs.python.org/3': None} epub_theme = 'epub' + +# Retry requests in the linkcheck builder so that we're resillient against +# transient network errors. +linkcheck_retries = 2