Enable amsmath

This commit is contained in:
heyarne 2021-03-04 08:54:10 +00:00
commit 54b18c441d

View file

@ -17,4 +17,19 @@ repository:
html: html:
use_repository_button: true use_repository_button: true
parse:
# defaults are extended to include amsmath
# see https://jupyterbook.org/customize/config.html?highlight=default#configuration-defaults
myst_enable_extensions:
- amsmath
- colon_fence
# - deflist
- dollarmath
# - html_admonition
# - html_image
- linkify
# - replacements
# - smartquotes
- substitution
exclude_patterns: [_build, .cache, .config, .local, .npm, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"] exclude_patterns: [_build, .cache, .config, .local, .npm, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]