mirror of
https://github.com/satori1995/cpython-internal.git
synced 2025-10-20 13:13:46 +08:00
23 lines
475 B
TOML
23 lines
475 B
TOML
[book]
|
|
authors = ["古明地觉"]
|
|
language = "zh-cn"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "CPython3.8 源码探秘"
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
no-section-label = true
|
|
git-repository-url = "https://github.com/satori1995/cpython-internal"
|
|
site-url = "/cpython-internal/"
|
|
|
|
fold.enable = false
|
|
toc = { enable = true, levels = [2, 3] }
|
|
copy-fonts = true
|
|
additional-css = ["theme/custom.css"]
|
|
additional-js = ["theme/custom.js"]
|
|
|
|
[output.html.print]
|
|
enable = false
|
|
|