From 886462acd4c372e6d198cea68a174377aa778fc3 Mon Sep 17 00:00:00 2001 From: Million <15158090088@163.com> Date: Fri, 7 Aug 2026 20:36:03 +0800 Subject: [PATCH] fix(docs): remove custom_dir: overrides from mkdocs.yml The overrides/ directory was deleted in f7810abbe but mkdocs.yml still referenced it via theme.custom_dir: overrides, causing the Build documentation CI job to fail with 'Custom theme directory does not exist'. Since the directory was empty (no custom templates/CSS/JS), simply remove the custom_dir line instead of restoring the directory. --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 25f4f01c8..04bba264f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,6 @@ edit_uri: edit/main/docs/ theme: name: material - custom_dir: overrides icon: logo: material/robot-outline font: