fix(docs): also tolerate links.not_found for cross-tree audit links

The previous tweak only set unrecognized_links: info but the actual
warnings are 'target X is not found among documentation files' which
is the not_found validator. Setting both to info so strict-mode build
passes on the audit reports' source-file references.
This commit is contained in:
Pier-Jean Malandrino 2026-04-29 14:12:01 +02:00
parent 8825292146
commit 2f811d41c8

View file

@ -78,8 +78,9 @@ validation:
absolute_links: info absolute_links: info
# Audit reports (audit/reports/release-X.Y.Z/) reference repo source # Audit reports (audit/reports/release-X.Y.Z/) reference repo source
# files (e.g. `[file.py:line](file.py:line)`) by design — they're read # files (e.g. `[file.py:line](file.py:line)`) by design — they're read
# alongside the repo, not as standalone docs. Downgrade to info so # alongside the repo, not as standalone docs. Downgrade these to info
# strict-mode builds don't fail on these intentional cross-tree links. # so strict-mode builds don't fail on intentional cross-tree links.
not_found: info
unrecognized_links: info unrecognized_links: info
markdown_extensions: markdown_extensions: