-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (31 loc) · 787 Bytes
/
_config.yml
File metadata and controls
36 lines (31 loc) · 787 Bytes
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
title: Python Basics
author: Arthur Koehl, Tyler Shoemaker, and Nick Ulle
copyright: "2022"
logo: img/datalab-logo-full-color-rgb-1.png
exclude_patterns: [_build, .pixi]
only_build_toc_files: true
repository:
url: https://github.com/ucdavisdatalab/workshop_python_basics
parse:
myst_enable_extensions:
# - amsmath
- colon_fence
# - deflist
- dollarmath
# - html_admonition
- html_image
- linkify
# - replacements
# - smartquotes
- substitution
execute:
execute_notebooks: auto
html:
use_repository_button: true
# Temporary workaround for title not showing in left navbar due to:
# <https://github.com/jupyter-book/jupyter-book/issues/2013>
# sphinx:
# config:
# html_theme_options:
# logo:
# text: "Python Basics"