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 37e3105 commit b0e326fCopy full SHA for b0e326f
docs/conf.py
@@ -44,6 +44,8 @@
44
45
# A list of patterns to ignore when checking for broken links
46
linkcheck_ignore = [
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
+ # RTD preview builds:
+ r"https://[a-zA-Z0-9.-]+\.org\.readthedocs\.build/[a-zA-Z0-9.-]+/[a-zA-Z0-9.-]+/",
49
+ # Deleted Plausible page:
50
+ r"https://plausible\.io/share/hugovk-cpython\.readthedocs\.io\?auth=XDF9fK3EB2dEHCr4sC9hn",
51
]
0 commit comments