-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf-2024-05-06-version.py
41 lines (41 loc) · 1.93 KB
/
conf-2024-05-06-version.py
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
###############################################################################
# Auto-generated by `jupyter-book config`
# If you wish to continue using _config.yml, make edits to that file and
# re-generate this one.
###############################################################################
author = 'MatAkademiet ApS'
bibtex_bibfiles = ['references.bib']
comments_config = {'hypothesis': False, 'utterances': False}
copyright = '2021'
exclude_patterns = ['**.ipynb_checkpoints', '.DS_Store', 'Thumbs.db', '_build']
execution_allow_errors = False
execution_excludepatterns = []
execution_in_temp = False
execution_timeout = 30
extensions = ['sphinx_togglebutton', 'sphinx_copybutton', 'myst_nb', 'jupyter_book', 'sphinx_thebe', 'sphinx_comments', 'sphinx_external_toc', 'sphinx.ext.intersphinx', 'sphinx_panels', 'sphinx_book_theme', 'sphinx_proof', 'sphinx_exercise', 'hoverxref.extension', 'sphinxcontrib.bibtex', 'sphinx_jupyterbook_latex']
external_toc_exclude_missing = False
external_toc_path = '_toc.yml'
hoverxref_roles = ['term']
html_baseurl = ''
html_favicon = ''
html_logo = 'logo1.svg'
html_sourcelink_suffix = ''
html_static_path = ['_static']
html_css_files = ['custom.css']
html_theme = 'sphinx_book_theme'
html_theme_options = {'use_download_button': False, 'repository_url': 'https://example.com/thing', 'use_issues_button': False, 'use_repository_button': False, 'use_edit_page_button': False}
html_title = ''
jupyter_cache = ''
jupyter_execute_notebooks = 'force'
language = 'da'
latex_engine = 'pdflatex'
myst_enable_extensions = ['colon_fence', 'dollarmath', 'linkify', 'substitution', 'tasklist']
myst_url_schemes = ['mailto', 'http', 'https']
nb_output_stderr = 'show'
numfig = True
panels_add_bootstrap_css = False
pygments_style = 'sphinx'
suppress_warnings = ['myst.domains']
use_jupyterbook_latex = True
use_multitoc_numbering = True
tippy_tip_selector = 'figure, table, img, p, aside, div.admonition, div.literal-block-wrapper, div.math'