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:
parent
8825292146
commit
2f811d41c8
1 changed files with 3 additions and 2 deletions
|
|
@ -78,8 +78,9 @@ validation:
|
|||
absolute_links: info
|
||||
# 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
|
||||
# alongside the repo, not as standalone docs. Downgrade to info so
|
||||
# strict-mode builds don't fail on these intentional cross-tree links.
|
||||
# alongside the repo, not as standalone docs. Downgrade these to info
|
||||
# so strict-mode builds don't fail on intentional cross-tree links.
|
||||
not_found: info
|
||||
unrecognized_links: info
|
||||
|
||||
markdown_extensions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue