forked from compsys-progtools/compsys-progtools.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (43 loc) · 2.21 KB
/
_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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Book settings
title: Computer Systems and Programming Tools
author: Sarah M Brown
logo: logo.png
html:
favicon : "" # A path to a favicon image
use_edit_page_button : true # Whether to add an "edit this page" button to pages. If `true`, repository information in repository: must be filled in
use_repository_button : true # Whether to add a link to your repository button
use_issues_button : true # Whether to add an "open an issue" button left navbar.
extra_footer : "" # Will be displayed underneath the footer.
home_page_in_navbar : true
use_multitoc_numbering: false
# extra_navbar : Download complete <a href="">PDF</a> # Will be displayed underneath the
repository:
url : https://github.com/compsys-progtools/compsys-progtools.github.io # The URL to your book's repository
path_to_book : "" # A path to your book's folder, relative to the repository root.
branch : main # Which branch of the repository should be used when creating links
latex:
latex_documents:
targetname: book.tex
exclude_patterns : ['_data/*', README.md, ignore/*, "**README.md"] # Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
#######################################################################################
# Execution settings
execute:
execute_notebooks : auto # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
cache : "" # A path to the jupyter cache that will be used to store execution artifacs. Defaults to `_build/.jupyter_cache/`
exclude_patterns : [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
allow_errors : true
parse:
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
- amsmath
- colon_fence
- deflist
- dollarmath
- html_admonition
- html_image
- linkify
- replacements
- smartquotes
- substitution
myst_substitutions:
time: TTh
location: Tyler