From 412b7cbea0cfcf8400994f3263b64be4270d82e8 Mon Sep 17 00:00:00 2001 From: mi804 <1576993271@qq.com> Date: Tue, 10 Feb 2026 16:55:54 +0800 Subject: [PATCH] test root --- docs/zh/conf.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/zh/conf.py b/docs/zh/conf.py index 7cada4d..b6fcb00 100644 --- a/docs/zh/conf.py +++ b/docs/zh/conf.py @@ -122,7 +122,6 @@ myst_enable_extensions = [ 'colon_fence', ] -myst_heading_anchors = 2 -myst_footnote_transition = True - -html_use_opensearch = '/docs/zh/' \ No newline at end of file +linkcheck_ignore = [ + r'/docs/zh/.*', +]