From cd679dd9b3e969ba385ee2833f4b90f7343d60bf Mon Sep 17 00:00:00 2001 From: Catherine Date: Sat, 11 May 2024 08:50:04 +0000 Subject: [PATCH] docs: exempt https://amaranth-lang.org/schema/ (exact) from linkcheck. --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c36797a..964c54c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = [