docs: exempt https://amaranth-lang.org/schema/ (exact) from linkcheck.

This commit is contained in:
Catherine 2024-05-11 08:50:04 +00:00
parent 631ef564aa
commit cd679dd9b3

View file

@ -60,7 +60,9 @@ rst_prolog = """
""" """
linkcheck_ignore = [ linkcheck_ignore = [
r"^http://127\.0\.0\.1:8000$" r"^http://127\.0\.0\.1:8000$",
# Picked up automatically by ReST and doesn't have an index.
r"^https://amaranth-lang\.org/schema/$",
] ]
linkcheck_anchors_ignore_for_url = [ linkcheck_anchors_ignore_for_url = [