Skip to content

Commit 2027587

Browse files
authored
Merge pull request #83 from egeakman/linkcheck-ignore
2 parents 2179f76 + b0e326f commit 2027587

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/conf.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,16 @@
3636

3737
# The theme to use for HTML pages
3838
html_theme = "furo"
39+
40+
41+
# Options for the linkcheck builder
42+
# =================================
43+
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder
44+
45+
# A list of patterns to ignore when checking for broken links
46+
linkcheck_ignore = [
47+
# RTD preview builds:
48+
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

Comments
 (0)