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