-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
95 lines (87 loc) · 2.43 KB
/
_config.yml
File metadata and controls
95 lines (87 loc) · 2.43 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Book settings - https://jupyterbook.org/customize/config.html
title: OpenLambda
author: OpenLambda
logo: _static/open-lambda.png
# Force re-execution of notebooks on each build
execute:
execute_notebooks: "off"
# Files Sphinx should ignore (keeps the GitHub README out of the toctree warning)
exclude_patterns: [README.md]
# 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:
extra_extensions:
- ablog
config:
html_theme: "sphinx_book_theme"
html_show_sourcelink: false
html_theme_options:
use_download_button: false
navigation_depth: 2
show_navbar_depth: 1
logo:
text: "OpenLambda"
# ---- ABlog config ----
blog_path: "blog"
blog_title: "OpenLambda Blog"
blog_baseurl: "https://open-lambda.github.io/"
blog_authors:
open-lambda:
- "OpenLambda Team"
- "https://open-lambda.org"
maria-oros:
- "Maria Oros"
- ""
tyler-caraza-harter:
- "Tyler Caraza-Harter"
- ""
blog_default_author: open-lambda
blog_feed_archives: true
post_date_format: "%Y-%m-%d"
post_auto_image: 1
post_auto_excerpt: 2
fontawesome_included: true
# Show ABlog widgets on blog pages only
html_sidebars:
blog/**:
- ablog/postcard.html
- ablog/recentposts.html
- ablog/tagcloud.html
- ablog/categories.html
- ablog/archives.html
blog:
- ablog/postcard.html
- ablog/recentposts.html
- ablog/tagcloud.html
- ablog/categories.html
- ablog/archives.html