14d1d2a9ee
* guide: install `mdbook-linkcheck` * use `shutil` to copy license files * move from `mdbook-linkcheck` to `lychee` * clean guide & doc build products before build * fix more broken links * review: mejrs
13 lines
362 B
TOML
13 lines
362 B
TOML
[book]
|
|
title = "PyO3 user guide"
|
|
description = "PyO3 user guide"
|
|
author = "PyO3 Project and Contributors"
|
|
|
|
[preprocessor.pyo3_version]
|
|
command = "python3 guide/pyo3_version.py"
|
|
|
|
[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
|