-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
42 lines (41 loc) · 1.01 KB
/
_config.yml
File metadata and controls
42 lines (41 loc) · 1.01 KB
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
title: Course Notebooks
html:
theme:
name: "sphinx_book_theme"
options:
default_mode: "light"
theme_switcher: true
extra_css:
- custom_hide.css
extra_js:
- custom_toggle.js
sphinx:
config:
html_show_copyright: false
exclude_patterns:
- "venv/**"
- "_build/**"
- "__pycache__/**"
- ".git/**"
- "**/venv/**"
- "**/_build/**"
- "**/__pycache__/**"
- "**/.git/**"
jupyter_execute_notebooks: "off"
execute:
execute_notebooks: "off"
allow_errors: false
exclude_patterns:
- "**/venv/**"
- "**/_build/**"
- "**/__pycache__/**"
- "**/.git/**"
timeout: 30
stderr_output: remove
stdout_output: remove
remove_code_outputs: true
# Course display name mappings
course_display_names:
"ray-101": "Ray 101"
"anyscale_101": "Anyscale 101"
"00_Developer_Intro_to_Ray": "Developer Intro to Ray"