From bedc0867e9755fa7b5c0b47856db917b0c97fad2 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Tue, 5 Nov 2024 20:04:07 -0800 Subject: [PATCH] Set linkcheck_report_timeouts_as_broken to false Allows more granularity in linkcheck results --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index 1054ba3ae1..ddacca26b4 100644 --- a/source/conf.py +++ b/source/conf.py @@ -165,6 +165,7 @@ linkcheck_timeout = 30 linkcheck_retries = 3 linkcheck_workers = 1 +linkcheck_report_timeouts_as_broken = False # Specify a standard user agent, as Sphinx default is blocked on some sites user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"