Skip to content

Commit 37e3105

Browse files
committed
It looks alright now.
1 parent 430f10e commit 37e3105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444

4545
# A list of patterns to ignore when checking for broken links
4646
linkcheck_ignore = [
47-
"https:\/\/[a-zA-Z0-9.-]+\.org\.readthedocs\.build\/[a-zA-Z0-9.-]+\/[a-zA-Z0-9.-]+\/", # RTD preview builds
48-
"https://plausible.io/share/hugovk-cpython.readthedocs.io?auth=XDF9fK3EB2dEHCr4sC9hn", # Deleted Plausible link
47+
r"https://[a-zA-Z0-9.-]+\.org\.readthedocs\.build/[a-zA-Z0-9.-]+/[a-zA-Z0-9.-]+/", # RTD preview builds
48+
r"https://plausible\.io/share/hugovk-cpython\.readthedocs\.io\?auth=XDF9fK3EB2dEHCr4sC9hn", # Deleted Plausible page
4949
]

0 commit comments

Comments
 (0)