Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[dependencies]
|
||||
build = ["python-flit-core"]
|
||||
runtime = [
|
||||
"python",
|
||||
"python-sphinx",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "Extension to include jQuery on newer Sphinx releases"
|
||||
homepage = "https://github.com/sphinx-contrib/jquery"
|
||||
license = "0BSD"
|
||||
name = "python-sphinxcontrib-jquery"
|
||||
version = "4.1"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://github.com/sphinx-contrib/jquery.git#v$version"
|
||||
Reference in New Issue
Block a user