25 lines
483 B
TOML
25 lines
483 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-setuptools-scm",
|
|
"python-wheel",
|
|
]
|
|
runtime = [
|
|
"python",
|
|
"python-sphinx",
|
|
"python-sphinxcontrib-jquery",
|
|
]
|
|
|
|
[package]
|
|
description = "Read the Docs theme for Sphinx"
|
|
homepage = "https://github.com/readthedocs/sphinx_rtd_theme"
|
|
license = "MIT"
|
|
name = "python-sphinx_rtd_theme"
|
|
version = "3.1.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/readthedocs/sphinx_rtd_theme.git#$version"
|