-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (37 loc) · 1.15 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
# Book settings
author : "Branko Bjadov, Davor Dimoski for Notebook Factory"
copyright : "2021"
exclude_patterns : [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]
execute:
execute_notebooks: 'off'
only_build_toc_files: false
html:
favicon : images/favicon.ico
use_edit_page_button : true
use_repository_button : true
use_issues_button : true
extra_navbar : Powered by <a href="https://jupyterbook.org">Notebook Factory</a>
home_page_in_navbar : true
baseurl : ""
comments:
hypothesis : true
launch_buttons:
notebook_interface : "jupyterlab"
binderhub_url : "https://mybinder.org"
thebe : false
repository:
url : https://github.com/Notebook-Factory/RRIFT_page
branch : main
parse:
myst_enable_extensions:
- html_image
- amsmath
- colon_fence
- deflist
- dollarmath
- html_admonition
- html_image
- linkify
- replacements
- smartquotes
- substitution