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.
2 parents 2179f76 + b0e326f commit 2027587Copy full SHA for 2027587
docs/conf.py
@@ -36,3 +36,16 @@
36
37
# The theme to use for HTML pages
38
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