-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
33 lines (32 loc) · 1.08 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
# Book settings
title: OGGM community # 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: "2024" # Copyright year to be placed in the footer
logo: img/community_logo.png # A path to the book logo
repository:
url: https://github.com/OGGM/community
path_to_book: .
branch: stable
html:
favicon: img/favicon.png
analytics:
plausible_analytics_domain: community.oggm.org
plausible_analytics_url: https://plausible.oggm.org/js/script.js
use_repository_button: true
use_issues_button: true
use_edit_page_button: true
extra_css:
- _static/custom.css
extra_footer: |
<p>
© Copyright 2024-2024. These materials are licensed under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY license</a>.
</p>
sphinx:
config:
html_show_copyright: false
html_last_updated_fmt: '%b %d, %Y'
execute:
execute_notebooks: auto # off (for tests)
timeout: -1
allow_errors: true
exclude_patterns: [.virtual_documents/*,README.md,sandbox/*,ignore/*,ioggm*]