Skip to content

Commit a1f0027

Browse files
authored
Update _config.yml
1 parent ffed221 commit a1f0027

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

book/_config.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This config includes an opinionated list of configuration options of TeachBooks, Jupyterbook v1, Sphinx and other extensions part of TeachBooks-Favourites.
1+
# TeachBooks / JupyterBook configuration
22

33
repository:
44
url: https://github.com/nerdyJuffie/PythonProgrammeren
@@ -17,8 +17,7 @@ html:
1717
use_multitoc_numbering: true
1818
use_repository_button: true
1919
use_download_button: true
20-
21-
20+
use_thebe: true # <— BELANGRIJK: activeert Thebe
2221

2322
sphinx:
2423
extra_extensions:
@@ -30,11 +29,16 @@ sphinx:
3029
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
3130
thebe_config:
3231
use_thebe_lite: true
33-
exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb"]
32+
# ❗ PROBLEEMREGEL VERWIJDERD:
33+
# exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb"]
34+
# Hierdoor worden .ipynb-bestanden NIET meer uitgesloten
3435
html_favicon: "figures/TB_favicon.ico"
3536
html_baseurl: "https://nerdyjuffie.github.io/PythonProgrammeren"
3637
html_theme_options:
3738
logo:
39+
text: Programmeren in Python
40+
image_light: TeachBooks_logo.svg
41+
image_dark: TeachBooks logo:
3842
text: Programmeren in Python
3943
image_light: TeachBooks_logo.svg
4044
image_dark: TeachBooks_logo_inverted.svg

0 commit comments

Comments
 (0)