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/.*', +]