Files
2026-03-21 12:43:00 -05:00

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"