35 lines
830 B
TOML
35 lines
830 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = ["python-flit-core"]
|
|
runtime = [
|
|
"python-babel",
|
|
"python-docutils",
|
|
"python-imagesize",
|
|
"python-jinja",
|
|
"python-packaging",
|
|
"python-pygments",
|
|
"python-requests",
|
|
"python-roman-numerals-py",
|
|
"python-snowballstemmer",
|
|
"python-sphinx-alabaster-theme",
|
|
"python-sphinxcontrib-applehelp",
|
|
"python-sphinxcontrib-devhelp",
|
|
"python-sphinxcontrib-htmlhelp",
|
|
"python-sphinxcontrib-jsmath",
|
|
"python-sphinxcontrib-qthelp",
|
|
"python-sphinxcontrib-serializinghtml",
|
|
]
|
|
|
|
[package]
|
|
description = "Python documentation generator"
|
|
homepage = "http://www.sphinx-doc.org/"
|
|
license = "BSD-2-Clause"
|
|
name = "python-sphinx"
|
|
version = "9.1.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/sphinx-doc/sphinx.git#v$version"
|