Skip to content

Commit ddc6be5

Browse files
committed
new changed
1 parent 4f0ad45 commit ddc6be5

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

_config.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
1-
# _config.yml (最终修复版)
1+
# _config.yml (焦土战术版)
2+
# 请复制粘贴全部内容,完全覆盖你的旧文件。
23

34
title: "Wuhao's Portfolio"
45
author: Wuhao Xia
56

6-
only_build_toc_files: true
7+
# 我们将手动排除所有内容,所以关闭这个选项以防万一。
8+
only_build_toc_files: false
9+
10+
# 明确排除所有不在 _toc.yml 中的文件和所有目录
711
exclude_patterns:
12+
# 目录
813
- .github/*
9-
- .pytest_cache/*
1014
- .venv/*
11-
- _build/* # <-- 关键的新增行
15+
- _build/*
16+
- .pytest_cache/*
17+
# 根目录中的其他文件
18+
- .gitignore
19+
- lecture_16_example.ipynb
20+
- Motor_Vehicle_Collisions_-_Crashes_20251101.csv
21+
- requirements.txt
1222

23+
# 保持执行关闭
1324
execute:
1425
execute_notebooks: "off"
1526

27+
# 你的其余配置
1628
sphinx:
1729
config:
1830
myst_heading_anchors: 4

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# _toc.yml (100% 清洁版)
12
format: jb-book
23
root: index
34
chapters:

0 commit comments

Comments
 (0)