Initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user