-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
68 lines (58 loc) · 1.88 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
#######################################################################################
# Book settings
title : sparse-ir
author: sparse-ir developers
copyright: "2022"
# Information about where the book exists on the web
description: >-
Online document for sparse-ir
#######################################################################################
# Execution settings
execute:
execute_notebooks : cache
timeout : 600
#######################################################################################
# HTML-specific settings
html:
home_page_in_navbar : false
google_analytics_id: G-RD8N0K0C9Y
# #######################################################################################
# Interact link settings
#notebook_interface : "jupyterlab"
#######################################################################################
# Launch button settings
#repository:
#url : https://github.com/SpM-lab/sparse-ir-tutorial.git
#branch : main
#notebook_interface : jupyterlab
#
#launch_buttons:
#binderhub_url: "https://mybinder.org" # The URL for your BinderHub (e.g., https://mybinder.org)
launch_buttons:
binderhub_url: ""
latex:
latex_engine : "xelatex"
latex_documents:
targetname: book.tex
# Bibliography settings
bibtex_bibfiles:
- references.bib
sphinx:
config:
bibtex_reference_style: author_year
language: en
parse:
myst_substitutions:
sub3: My _global_ value!
myst_url_schemes: [mailto, http, https]
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
- amsmath
- colon_fence
- deflist
- dollarmath
- html_admonition
- html_image
- linkify
- replacements
- smartquotes
- substitution