-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
executable file
·39 lines (38 loc) · 1.38 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
#######################################################################################
# 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-Edu notebooks # 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-2021" # Copyright year to be placed in the footer
logo: img/logo.png # A path to the book logo
repository:
url: https://github.com/OGGM/oggm-edu-notebooks
path_to_book: .
branch: master
launch_buttons:
notebook_interface: "jupyterlab"
binderhub_url: "https://mybinder.org"
jupyterhub_url: "https://classroom.oggm.org"
html:
use_repository_button: true
use_issues_button: true
use_edit_page_button: true
google_analytics_id: UA-106829797-2
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-2021.
</p>
sphinx:
config:
html_show_copyright: false
nb_merge_streams: true
execute:
execute_notebooks: auto
timeout: -1
allow_errors: false
exclude_patterns: [.virtual_documents/*,README.md]