Skip to content

Commit cd679dd

Browse files
committed
docs: exempt https://amaranth-lang.org/schema/ (exact) from linkcheck.
1 parent 631ef56 commit cd679dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@
6060
"""
6161

6262
linkcheck_ignore = [
63-
r"^http://127\.0\.0\.1:8000$"
63+
r"^http://127\.0\.0\.1:8000$",
64+
# Picked up automatically by ReST and doesn't have an index.
65+
r"^https://amaranth-lang\.org/schema/$",
6466
]
6567

6668
linkcheck_anchors_ignore_for_url = [

0 commit comments

Comments
 (0)