We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430f10e commit 37e3105Copy full SHA for 37e3105
docs/conf.py
@@ -44,6 +44,6 @@
44
45
# A list of patterns to ignore when checking for broken links
46
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
+ r"https://[a-zA-Z0-9.-]+\.org\.readthedocs\.build/[a-zA-Z0-9.-]+/[a-zA-Z0-9.-]+/", # RTD preview builds
+ r"https://plausible\.io/share/hugovk-cpython\.readthedocs\.io\?auth=XDF9fK3EB2dEHCr4sC9hn", # Deleted Plausible page
49
]
0 commit comments