mirror of
https://github.com/vale981/sphinx-versions
synced 2025-03-04 09:11:38 -05:00
16 lines
295 B
TOML
16 lines
295 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
click = "*"
|
|
colorclass = "*"
|
|
sphinx = "==1.8.5"
|
|
sphinx_rtd_theme = "*"
|
|
typing = {markers = "python_version >= '3.0' and python_version < '3.5'",version = "*"}
|
|
|
|
[requires]
|
|
python_version = "3"
|