-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
53 lines (43 loc) · 1.22 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
# https://jupyterbook.org/en/stable/customize/config.html
# Book settings
title: Open223 Models
author: ""
copyright: ""
logo: ""
# Execution settings
execute:
execute_notebooks: force
timeout: 600
# Parse and render settings
parse:
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
- tasklist
myst_url_schemes: [mailto, http, https] # URI schemes that will be recognised as external URLs in Markdown links
myst_dmath_double_inline: true # Allow display math ($$) within an inline context
# HTML-specific settings
html:
use_repository_button: true
use_issues_button: true
# LaTeX-specific settings
# Launch button settings
repository:
url: https://github.com/open223/models.open223.info
branch: main
# Advanced and power-user settings
sphinx:
extra_extensions:
- sphinxcontrib.mermaid
config: # Additional configuration for Sphinx
html_extra_path: ['models']
only_build_toc_files: true
exclude_patterns: [.venv/*]