docs: exempt https://amaranth-lang.org/schema/ (exact) from linkcheck.
This commit is contained in:
parent
631ef564aa
commit
cd679dd9b3
|
@ -60,7 +60,9 @@ rst_prolog = """
|
|||
"""
|
||||
|
||||
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 = [
|
||||
|
|
Loading…
Reference in a new issue