-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
38 lines (33 loc) · 954 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
# Book settings
title: Machine Learning for Dummies
author: Shreyash Gupta
copyright: "2024"
logo: images/course-logo.svg
# Force re-execution of notebooks on each build
execute:
execute_notebooks: off
# Launch button settings
launch_buttons:
notebook_interface: "classic"
colab_url: "https://colab.research.google.com"
# Define the build settings
html:
use_issues_button: true
use_repository_button: true
use_edit_page_button: true
home_page_in_navbar: true
baseurl: /Machine-Learning-for-Dummies
# Important: Add these build settings
sphinx:
config:
html_theme: sphinx_book_theme
html_static_path: ['_static']
html_css_files: []
html_theme_options:
repository_url: https://github.com/shreyashguptas/Machine-Learning-for-Dummies
repository_branch: main
use_repository_button: true
repository:
url: https://github.com/shreyashguptas/Machine-Learning-for-Dummies
path_to_book: ""
branch: main