# Parse, for processing LaTeX-style math. See https://jupyterbook.org/en/stable/content/math.html#latex-style-math and https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#syntax-amsmath
parse:
myst_enable_extensions:
# don't forget to list any other extensions you want enabled,
# including those that are enabled by default!
# meaning that we have to explicitly include dollarmath!
-amsmath
-dollarmath
# Information about where the book exists on the web
# Information about where the book exists on the web
repository:
repository:
...
@@ -35,7 +55,7 @@ repository:
...
@@ -35,7 +55,7 @@ repository:
# path_to_book: docs # Optional path to your book, relative to the repository root
# path_to_book: docs # Optional path to your book, relative to the repository root
branch:master# Which branch of the repository should be used when creating links (optional)
branch:master# Which branch of the repository should be used when creating links (optional)
# Add GitHub buttons to your book
# Add GitHub / GitLab buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository