-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
113 lines (91 loc) · 3.24 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
#######################################################################################
# Book Settings
title: "Interactivity examples"
author: Elia Ferretti # Change this parameter
description: Overview of the interactivity options within Jupyter-Books
copyright: Delft University of Technology, CC BY-SA 4.0
logo: src/fig/logo.jpg
exclude_patterns: [ _build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints" ]
only_build_toc_files: true
#######################################################################################
# Execution settings
execute:
execute_notebooks: force
cache: ""
exclude_patterns: [ ]
timeout: 30
run_in_temp: false
allow_errors: false
stderr_output: show
#######################################################################################
# Parse and render settings
parse:
myst_enable_extensions:
- amsmath
- colon_fence # To allow for ::: instead of ``` blocks.
- deflist
- dollarmath
- html_admonition
- html_image
- linkify
- replacements
- smartquotes
- substitution
- tasklist
myst_url_schemes: [ mailto, http, https ]
myst_dmath_double_inline: true
#######################################################################################
# HTML-specific settings
html:
#favicon: "src/images/favicon.ico"
use_edit_page_button: true
use_repository_button: true
use_issues_button: false
use_multitoc_numbering: true
extra_navbar: "" # Change this parameter (optional)
extra_footer: "" # Change this parameter (optional)
google_analytics_id: ""
home_page_in_navbar: true
baseurl: ""
comments:
hypothesis: true
utterances: false
announcement: "" # Change this parameter (optional)
#######################################################################################
# LaTeX-specific settings
latex:
latex_engine: pdflatex
use_jupyterbook_latex: true
latex_documents:
targetname: book.tex # Change this parameter (optional)
#######################################################################################
# Launch button settings
launch_buttons:
notebook_interface: classic
#######################################################################################
# Information about where the book exists on the web
repository:
url: https://gitlab.tudelft.nl/opentextbooks/template-book/ # Change this parameter (optional)
path_to_book: "" # Change this parameter (optional)
branch: master # Change this parameter (optional)
#######################################################################################
# Add a bibtex file so that we can create citations
bibtex_bibfiles:
- references.bib
#######################################################################################
# Advanced and power-user settings
sphinx:
local_extensions: # For the applet inclusion.
applet: _ext/
extra_extensions:
#- sphinx_proof
#- sphinx_exercise
#- sphinx_togglebutton
# recursive_update: false
config:
suppress_warnings: ["mystnb.unknown_mime_type"]
html_js_files:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js # necessary for plotly
- https://cdn.jsdelivr.net/pyodide/v0.25.0/full/pyodide.js