20 lines
521 B
TOML
20 lines
521 B
TOML
[book]
|
|
title = "PyO3 user guide"
|
|
description = "PyO3 user guide"
|
|
authors = ["PyO3 Project and Contributors"]
|
|
|
|
[preprocessor.pyo3_version]
|
|
command = "python3 pyo3_version.py"
|
|
|
|
[preprocessor.glossary_linker]
|
|
command = "python3 glossary_linker.py"
|
|
|
|
[preprocessor.tabs]
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/PyO3/pyo3/tree/main/guide"
|
|
edit-url-template = "https://github.com/PyO3/pyo3/edit/main/guide/{path}"
|
|
playground.runnable = false
|
|
additional-css = ["theme/tabs.css"]
|
|
additional-js = ["theme/tabs.js"]
|