Skip to content

Commit 25ec625

Browse files
committed
123
1 parent f26c77d commit 25ec625

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

_config.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://jupyterbook.org/customize/config.html
22

3-
title: "Wuhao Xia's Portfolio"
4-
author: Wuhao Xia
3+
title: "Wuhao's Portfolio"
4+
author: Wuhao
55

66
# https://jupyterbook.org/v1/structure/configure.html#disable-building-files-that-arent-in-the-table-of-contents
77
only_build_toc_files: true
@@ -20,4 +20,11 @@ sphinx:
2020
# https://jupyterbook.org/v1/interactive/interactive.html#plotly
2121
html_js_files:
2222
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.7/require.min.js
23-
suppress_warnings: ["mystnb.unknown_mime_type"]
23+
suppress_warnings: ["mystnb.unknown_mime_type"]
24+
25+
exclude:
26+
- .venv
27+
- _build
28+
- .github
29+
- .venv/
30+
- .github/

0 commit comments

Comments
 (0)