From 9f9368f1ad9f31fa1daf46a562566ab30faf5e57 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Thu, 16 May 2024 13:29:48 -0400 Subject: [PATCH] make the linkcheck more robust (#2846) 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