mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00

Unfortunately I can't separate the interpreter docs from the regular run-time library C++ docs with exhale/breathe. One way or another it breaks and one disappears or shows errors. This change reverts commit0bb497c816
, commita769b630ca
and commit0e82faf845
and merges the two into one reference for now.
17 lines
249 B
TOML
17 lines
249 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
sphinx = "*"
|
|
breathe = "*"
|
|
sphinx-rtd-theme = "*"
|
|
exhale = "*"
|
|
recommonmark = "*"
|
|
sphinx-markdown-tables = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|