-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (43 loc) · 1.36 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
title: 100 exercises with qsv
author: "<a href='https://dathere.com'>datHere</a> and <a href='https://github.com/dathere/100.dathere.com/graphs/contributors'>contributors</a>."
logo: media/qsv-logo.png
exclude_patterns:
[
"README.md",
".venv",
".vscode",
".gitignore",
"postBuild",
"requirements*.txt",
"bash_kernel",
]
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
use_repository_button: true
favicon: media/qsv-logo-dark-icon.png
extra_footer: |
<p>
© Copyright datHere
</p>
# Information about where the book exists on the web
repository:
url: https://github.com/dathere/100.dathere.com # Online location of your book
branch: main # Which branch of the repository should be used when creating links (optional)
launch_buttons:
thebe: true
sphinx:
config:
html_show_copyright: false
html_theme_options:
logo:
image_light: media/qsv-logo.png
image_dark: media/qsv-logo-dark.png
recursive_update: true
language: en