-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
executable file
·41 lines (40 loc) · 1.53 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
#######################################################################################
# A default configuration that will be loaded for all jupyter books
# See the documentation for help and more options:
# https://jupyterbook.org/customize/config.html
#######################################################################################
# Book settings
title: OGGM tutorials # The title of the book. Will be placed in the left navbar.
author: OGGM e.V. and OGGM Contributors # The author of the book
copyright: "2014-2024" # Copyright year to be placed in the footer
logo: img/logo.png # A path to the book logo
repository:
url: https://github.com/OGGM/tutorials
path_to_book: .
branch: stable
launch_buttons:
notebook_interface: "jupyterlab"
binderhub_url: "https://mybinder.org"
jupyterhub_url: "https://hub.oggm.org"
html:
use_repository_button: true
use_issues_button: true
use_edit_page_button: true
extra_footer: |
<p>
These notebooks are licensed under a <a href="https://github.com/OGGM/tutorials/blob/master/LICENSE.txt" target="_blank">BSD-3-Clause license</a>.
<br>
© Copyright 2014-2024.
</p>
sphinx:
config:
html_show_copyright: false
html_last_updated_fmt: '%b %d, %Y'
nb_merge_streams: true
html_js_files:
- ['https://plausible.oggm.org/js/script.js', {'defer': 'defer', 'data-domain': 'tutorials.oggm.org'}]
execute:
execute_notebooks: auto # off (for tests)
timeout: -1
allow_errors: true
exclude_patterns: [.virtual_documents/*,README.md,sandbox/*,ignore/*,ioggm*]