From 4c38c7aac0e03d56476fca45fb9b4ee6bc778502 Mon Sep 17 00:00:00 2001 From: Jeremi Joslin Date: Sun, 10 Dec 2023 00:22:47 +0700 Subject: [PATCH] increase link checker timeout and retry --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index aa33fbc9..2d39a249 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -191,10 +191,10 @@ ] linkcheck_anchors = True -# linkcheck_timeout = 10 -# linkcheck_retries = 2 -linkcheck_timeout = 5 -linkcheck_retries = 1 +linkcheck_timeout = 10 +linkcheck_retries = 2 +# linkcheck_timeout = 5 +# linkcheck_retries = 1 # The suffix of source filenames. source_suffix = {