28 lines
592 B
TOML
28 lines
592 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-pdm-backend",
|
|
"python-wheel",
|
|
]
|
|
runtime = [
|
|
"mkdocs",
|
|
"python",
|
|
"python-jinja",
|
|
"python-markdown",
|
|
"python-markupsafe",
|
|
]
|
|
|
|
[package]
|
|
description = "Automatically link across pages in MkDocs"
|
|
homepage = "https://github.com/mkdocstrings/autorefs"
|
|
license = "ISC"
|
|
name = "mkdocs-autorefs"
|
|
version = "1.4.4"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "e12a73433b111a91f75e638c3a2feed9e2fabd4fe2533f55cf82c20cdf0c3451"
|
|
url = "https://github.com/mkdocstrings/autorefs/archive/refs/tags/$version.tar.gz"
|