From 3d6c431d3384d3a4b4f578ce95078852d0eb2c41 Mon Sep 17 00:00:00 2001 From: Tao <168403401+Taoxuan-168@users.noreply.github.com> Date: Tue, 30 Dec 2025 20:15:23 +0800 Subject: [PATCH] site_config.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 配置文件,缺少了 executable 字段。 在 plugins 字段后面添加 executable 配置就可以正常工作 --- docs/site_config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/site_config.json b/docs/site_config.json index 57379c6e..6977cb53 100644 --- a/docs/site_config.json +++ b/docs/site_config.json @@ -36,6 +36,10 @@ ] } }, + "executable": { + "python": "python3", + "pip": "pip3" + }, "plugins": { "teedoc-plugin-markdown-parser":{ "from": "pypi", @@ -93,4 +97,4 @@ "User-agent": "*" }, "layout_root_dir": "layout" -} +} \ No newline at end of file