mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
18 lines
535 B
TOML
18 lines
535 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
breathe = "*"
|
|
# Upstream sphinx and sphinx-rtd-theme have a bug in not supporting html_logo urls, pull in prospective fix
|
|
sphinx-rtd-theme = {editable = true, ref = "logo-url-fix", git = "https://github.com/tronical/sphinx_rtd_theme.git"}
|
|
sphinx = {editable = true, ref = "logo-url-fix", git = "https://github.com/tronical/sphinx.git"}
|
|
exhale = "*"
|
|
recommonmark = "*"
|
|
sphinx-markdown-tables = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|