Files
packages/extra/python-sphinx_rtd_theme/python-sphinx_rtd_theme.toml
T
2026-03-21 12:43:00 -05:00

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"