mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-04-01 09:50:23 +08:00
Use mdbook-katex in pre-render mode for both books, pin mdBook to a compatible version, update build scripts and workflows, and replace the old MathJax regression tests with KaTeX coverage.
22 lines
505 B
TOML
22 lines
505 B
TOML
[book]
|
|
authors = ["OpenMLSys Contributors"]
|
|
language = "en"
|
|
src = "en_chapters"
|
|
title = "Machine Learning Systems: Design and Implementation"
|
|
|
|
[build]
|
|
build-dir = ".mdbook/book"
|
|
create-missing = false
|
|
|
|
[preprocessor.openmlsys]
|
|
command = "python3 tools/mdbook_preprocessor.py"
|
|
|
|
[preprocessor.katex]
|
|
after = ["links", "openmlsys"]
|
|
pre-render = true
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/openmlsys/openmlsys-zh"
|
|
preferred-dark-theme = "navy"
|
|
additional-css = ["theme/dark-mode-images.css"]
|