Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
[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"