We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26c77d commit 25ec625Copy full SHA for 25ec625
_config.yml
@@ -1,7 +1,7 @@
1
# https://jupyterbook.org/customize/config.html
2
3
-title: "Wuhao Xia's Portfolio"
4
-author: Wuhao Xia
+title: "Wuhao's Portfolio"
+author: Wuhao
5
6
# https://jupyterbook.org/v1/structure/configure.html#disable-building-files-that-arent-in-the-table-of-contents
7
only_build_toc_files: true
@@ -20,4 +20,11 @@ sphinx:
20
# https://jupyterbook.org/v1/interactive/interactive.html#plotly
21
html_js_files:
22
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.7/require.min.js
23
- suppress_warnings: ["mystnb.unknown_mime_type"]
+ suppress_warnings: ["mystnb.unknown_mime_type"]
24
+
25
+exclude:
26
+ - .venv
27
+ - _build
28
+ - .github
29
+ - .venv/
30
+ - .github/
0 commit comments