-
Notifications
You must be signed in to change notification settings - Fork 14
/
_config.yml
57 lines (49 loc) · 1.91 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
title : "Introduction to Bioimage Analysis"
author : "Pete Bankhead" # The author of the book
copyright : "2022-2024" # Copyright year to be placed in the footer
logo : 'images/book-logo-smaller.png'
exclude_patterns : [_build, Thumbs.db, .DS_Store, "locales/_build/**", "**.ipynb_checkpoints", '_unused/**', 'nbs/*']
only_build_toc_files : false
execute:
execute_notebooks: cache
repository:
url : https://github.com/bioimagebook/bioimagebook.github.io # Online location of your book
branch : main # Which branch of the repository should be used when creating links (optional)
launch_buttons:
thebe : true
notebook_interface : "classic"
binderhub_url : "https://mybinder.org" # The URL for your BinderHub (e.g., https://mybinder.org)
parse:
myst_enable_extensions:
- colon_fence
- linkify
- dollarmath
- substitution
- html_image
html:
extra_footer: |
<p>
All content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a>, except where noted otherwise.
See <a href="https://bioimagebook.github.io/chapters/0-preamble/license.html" target="_blank">License & Reuse</a> for details.
</p>
sphinx:
config:
html_baseurl: https://bioimagebook.github.io/
html_js_files:
# Only needed if plotly is used
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
- [ 'https://plausible.io/js/script.js', {'defer': 'defer', 'data-domain': 'bioimagebook.github.io'} ]
language: en
html_extra_path:
- _static/google4a2104152fcec296.html
# Extra config items for translation
locale_dirs:
- 'locales'
gettext_compact: False # Don't merge language files (.pot, .po)
project: 'bioimage-book'
extra_extensions:
- sphinx_sitemap
local_extensions:
notranslate_gui: _ext
latex:
latex_engine: xelatex