31 lines
679 B
TOML
31 lines
679 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-wheel",
|
|
"python-pdm-backend",
|
|
]
|
|
runtime = [
|
|
"mkdocs",
|
|
"mkdocs-autorefs",
|
|
"python",
|
|
"python-jinja",
|
|
"python-markdown",
|
|
"python-markupsafe",
|
|
"python-pymdown-extensions",
|
|
"python-yaml",
|
|
]
|
|
|
|
[package]
|
|
description = "Automatic documentation from sources, for MkDocs"
|
|
homepage = "https://github.com/mkdocstrings/mkdocstrings"
|
|
license = "ISC"
|
|
name = "mkdocstrings"
|
|
version = "1.0.3"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "32758a9d2e99c0300908a3b986f1b79a1fe210f2a244c1cae40dfd1f411106c5"
|
|
url = "https://github.com/mkdocstrings/mkdocstrings/archive/refs/tags/$version.tar.gz"
|