Skip to content

Commit b0c33bc

Browse files
authored
Update _config.yml
1 parent 93b79ee commit b0c33bc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

book/_config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
title: Programmeren in Python
22
author: TeachBooks Team, built with <a href="https://teachbooks.io">TeachBooks</a>, <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer"">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""></a>
33

4-
# Verwijder de 'repository:' sectie bovenaan volledig om verwarring te voorkomen
4+
# 1. Algemene repository instellingen (Nodig voor de 'ValueError' fix)
5+
repository:
6+
url: https://github.com/nerdyJuffie/PythonProgrammeren
7+
path_to_book: ""
8+
branch: PythonProgrammeren2
59

610
execute:
711
execute_notebooks: "off"
@@ -14,14 +18,14 @@ html:
1418
use_repository_button: true
1519
use_download_button: true
1620

21+
# 2. Specifieke thema en raket instellingen
1722
sphinx:
1823
config:
1924
html_js_files:
2025
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
2126
thebe_config:
2227
use_thebe_lite: true
2328
html_theme_options:
24-
# HIER MOET DE URL STAAN:
2529
repository_url: "https://github.com/nerdyJuffie/PythonProgrammeren"
2630
path_to_docs: ""
2731
repository_branch: "PythonProgrammeren2"

0 commit comments

Comments
 (0)