From a8364d739387770e6ee23eba38f6c2230cdff8a6 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:58:48 +0300 Subject: [PATCH] Fix linkcheck --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 6c0e72e..653c061 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,5 +62,7 @@ r"https://[a-zA-Z0-9.-]+\.org\.readthedocs\.build/[a-zA-Z0-9.-]+/[a-zA-Z0-9.-]+/", # Deleted pages: r"https://plausible\.io/share/hugovk-cpython\.readthedocs\.io\?auth=XDF9fK3EB2dEHCr4sC9hn", + r"https://plausible.io/docs.python.org", + r"https://plausible.io/packaging.python.org", r"https://us.pycon.org/2024/registration/category/4", ]