-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
39 lines (33 loc) · 937 Bytes
/
_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
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
title: Exploring our Magnetic Earth
author: "Friends of IAGA"
logo: ""
only_build_toc_files: true
execute:
execute_notebooks: cache
allow_errors: true
timeout: 120
launch_buttons:
notebook_interface : jupyterlab
jupyterhub_url : "https://vre.vires.services"
binderhub_url : ""
repository:
url: https://github.com/MagneticEarth/book.magneticearth.org
branch: main
html:
use_issues_button: true
use_repository_button: true
use_edit_page_button : false
extra_navbar : Powered by <a href="https://jupyterbook.org">Jupyter Book</a>
home_page_in_navbar : true
comments:
hypothesis : true
# See https://jupyterbook.org/content/content-blocks.html
parse:
myst_enable_extensions:
- dollarmath
- linkify
- substitution
- colon_fence
- deflist