generated from TU-Delft-DCC/minimal_workshop_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
33 lines (25 loc) · 977 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
# in _config.yml
title: "A template in jupyter books to prepare and run workshops"
logo: images/logo.png
author: TU Delft DCC
execute:
execute_notebooks: "off"
only_build_toc_files: true
exclude_patterns: [LICENSE.md]
# Information about where the book exists on the web
repository:
url : https://github.com/TU-Delft-DCC/minimal_workshop_template
sphinx:
config:
html_show_copyright: false
html:
use_repository_button: true
comments:
utterances:
repo: "user-organization-name/repo-name"
home_page_in_navbar: true
extra_footer: |
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
sphinx:
extra_extensions:
- hieroglyph