From f28ce546cf1179916c7d0feede96439e54a0ff8e Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 14 Aug 2024 19:37:25 -0500 Subject: [PATCH] Move anchors validation to only the public mkdocs config (#6099) See https://github.com/astral-sh/uv/pull/6096#issuecomment-2290151150 --- mkdocs.public.yml | 2 ++ mkdocs.template.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.public.yml b/mkdocs.public.yml index 10afb876b..31fd0474c 100644 --- a/mkdocs.public.yml +++ b/mkdocs.public.yml @@ -2,3 +2,5 @@ INHERIT: mkdocs.template.yml # Omit the `typeset` plugin which is only available in the Insiders version. plugins: - search +validation: + anchors: warn diff --git a/mkdocs.template.yml b/mkdocs.template.yml index 0b15693b8..e3c25b471 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -131,4 +131,3 @@ validation: omitted_files: warn absolute_links: warn unrecognized_links: warn - anchors: warn