-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
48 lines (41 loc) · 1017 Bytes
/
_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
48
# Book settings
title: Machine Learning for Dummies
author: Shreyash Gupta
copyright: "2024"
logo: images/course-logo.png
# Repository settings (at root level)
repository:
url: https://github.com/shreyashguptas/Machine-Learning-for-Dummies
path_to_book: ""
branch: main
# Launch button settings
launch_buttons:
colab_url: "https://colab.research.google.com"
notebook_interface: "classic"
# Execution settings
execute:
execute_notebooks: "off" # Don't execute notebooks during build
timeout: 30
# Build settings
only_build_toc_files: true # Only build files listed in _toc.yml
exclude_patterns: [
_build,
Thumbs.db,
.DS_Store,
"**.ipynb_checkpoints"
]
# HTML-specific settings
html:
use_repository_button: true
use_issues_button: true
use_edit_page_button: true
favicon: "images/course-logo.png"
home_page_in_navbar: true
sphinx:
config:
html_theme: sphinx_book_theme
html_static_path: ['_static']
nb_execution_show_tb: True
# Build settings
build:
build_dir: .