From 203d11bdc91582df6309468fca1a0e3b4cdd1f7e Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sat, 10 Jan 2026 16:07:33 +0000 Subject: [PATCH] Exclude minutes from linkcheck --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index d91f28d..af4475f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,3 +67,8 @@ r"https://plausible.io/packaging.python.org", r"https://us.pycon.org/2024/registration/category/4", ] + +# A list of document names to exclude from linkcheck +linkcheck_exclude_documents = [ + r"monthly-meeting/.*", +]