From 242b6b487725c239ebff0a40b8a0dd3e0be668d9 Mon Sep 17 00:00:00 2001 From: konstin Date: Mon, 20 Apr 2026 15:07:00 -0400 Subject: [PATCH] Remove kivy.org from linkcheck The cert for kivy.org is expired, failing the mandatory linkcheck. --- source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/conf.py b/source/conf.py index fb0669bb5..22b0e5e36 100644 --- a/source/conf.py +++ b/source/conf.py @@ -160,6 +160,8 @@ # Temporarily ignored due to expired TLS cert. # Ref: https://github.com/pypa/packaging.python.org/issues/1998 r"https://blog\.ganssle\.io/.*", + # Temporarily ignored due to expired TLS cert. + r"https://kivy.org/.*", ] linkcheck_retries = 2 linkcheck_timeout = 30