-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (51 loc) · 1.47 KB
/
_config.yml
File metadata and controls
56 lines (51 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Book settings - https://jupyterbook.org/customize/config.html
title: OpenLambda
author: OpenLambda
# Force re-execution of notebooks on each build
execute:
execute_notebooks: "off"
# HTML-specific settings
html:
use_issues_button: true
use_repository_button: true
use_edit_page_button: false
home_page_in_navbar: false
extra_footer: |
<p>Licensed under the <a href="https://opensource.org/licenses/Apache-2.0">Apache 2.0 License</a>.
Built with <a href="https://jupyterbook.org">Jupyter Book</a> and MyST Markdown.</p>
# Repository info (used for issue/edit buttons)
repository:
url: https://github.com/open-lambda/open-lambda.github.io
branch: master
path_to_book: "."
# MyST extensions - single parse block (duplicate was causing only the first to be read)
parse:
myst_enable_extensions:
- colon_fence
- deflist
- dollarmath
- fieldlist
- html_admonition
- html_image
- linkify
- replacements
- smartquotes
- strikethrough
- substitution
- tasklist
myst_url_schemes: [mailto, http, https]
myst_dmath_double_inline: true
# Sphinx configuration
sphinx:
config:
html_theme: "sphinx_book_theme"
html_show_sourcelink: false
html_theme_options:
repository_url: "https://github.com/open-lambda/open-lambda.github.io"
use_issues_button: true
use_repository_button: true
use_download_button: false
navigation_depth: 2
show_navbar_depth: 1
logo:
text: "OpenLambda"