-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
55 lines (44 loc) · 1.68 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
title : Modelling of epidemic spreading with Lattice Boltzmann Method
author: G. Gruszczynski and M. Dzikowski
logo: 'cfd-go.png'
# https://jupyterbook.org/customize/config.html
# Short description about the book
description: >-
Role of diffusion-reaction equations in epidemic modelling
only_build_toc_files: true # https://github.com/executablebooks/jupyter-book/pull/1123
sphinx:
config:
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
execute:
execute_notebooks : cache # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
# HTML-specific settings
html:
home_page_in_navbar : false
# Interact link settings
notebook_interface : "notebook"
# Launch button settings
repository:
url : https://github.com/CFD-GO/TCLB_Workshop_2021
branch : "main"
path_to_book : "mini_book"
binder:
binderhub_url : "https://mybinder.org"
text : "Launch binder"
# LaTeX settings
bibtex_bibfiles:
- _bibliography/references.bib
latex:
latex_engine : "xelatex"
latex_documents:
targetname: book.tex
# jb build mini_book/ --builder pdfhtml does not render \(...\) math
# https://jupyterbook.org/content/math.html
# https://github.com/executablebooks/MyST-Parser/pull/123
# https://myst-parser.readthedocs.io/en/latest/syntax/reference.html
parse:
myst_enable_extensions:
# don't forget to list any other extensions you want enabled,
# including those that are enabled by default!
- amsmath
- dollarmath
# myst_url_schemes: ['mailto', 'http', 'https', 'blahblah']