From f2a22898f8927d9961078ac2371f956180007dec Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 12 Dec 2024 05:39:19 -0800 Subject: [PATCH] Set `linkcheck_report_timeouts_as_broke`n to `False` --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 72bfda33f..218007905 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -115,6 +115,8 @@ linkcheck_anchors = True linkcheck_timeout = 5 linkcheck_retries = 1 +# See https://github.com/plone/documentation/issues/1815 +linkcheck_report_timeouts_as_broken = False # The suffix of source filenames. source_suffix = {