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/.*", +]