File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1- # _config.yml (最终修复版)
1+ # _config.yml (焦土战术版)
2+ # 请复制粘贴全部内容,完全覆盖你的旧文件。
23
34title : " Wuhao's Portfolio"
45author : Wuhao Xia
56
6- only_build_toc_files : true
7+ # 我们将手动排除所有内容,所以关闭这个选项以防万一。
8+ only_build_toc_files : false
9+
10+ # 明确排除所有不在 _toc.yml 中的文件和所有目录
711exclude_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+ # 保持执行关闭
1324execute :
1425 execute_notebooks : " off"
1526
27+ # 你的其余配置
1628sphinx :
1729 config :
1830 myst_heading_anchors : 4
Original file line number Diff line number Diff line change 1+ # _toc.yml (100% 清洁版)
12format : jb-book
23root : index
34chapters :
You can’t perform that action at this time.
0 commit comments