From cbba8730b7d1f26919f14ae64c62f4eaafa90366 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lallement Date: Fri, 27 Oct 2023 12:06:30 +0200 Subject: [PATCH] fix(docs): Retries link checker on failure --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index be11d82f1..50752c569 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -90,6 +90,9 @@ r'https://github\.com/.*' ] +# Some Ubuntu links are unstable +linkcheck_retries = 10 + ############################################################ ### Styling ############################################################