From 5cb496e68af1053527ba624b93d4581be420cf75 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Thu, 9 May 2024 13:00:40 -0400 Subject: [PATCH] make the linkcheck more robust this will do retries and wait longer for a timeout --- Docs/source/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docs/source/conf.py b/Docs/source/conf.py index a81c165400..ca3eb4409c 100644 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -218,6 +218,12 @@ def get_version(): ] +# -- Options for linkcheck + +linkcheck_retries = 3 +linkcheck_timeout = 100 + + # -- Options for Texinfo output ------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples