From c02ec45591fa65150d41d992d21071b2a0d76e98 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:45:21 +0200 Subject: [PATCH] Ignore RTD preview in linkcheck --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index d91f28d..a595e63 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,6 +61,7 @@ r"https://meet.google.com/.*", # RTD preview builds: r"https://[a-zA-Z0-9.-]+\.org\.readthedocs\.build/[a-zA-Z0-9.-]+/[a-zA-Z0-9.-]+/", + r"https://hugovk-cpython.readthedocs.io/.*", # Deleted pages: r"https://plausible\.io/share/hugovk-cpython\.readthedocs\.io\?auth=XDF9fK3EB2dEHCr4sC9hn", r"https://plausible.io/docs.python.org",