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

Since breathe doesn't support multiple projects by default, this uses a fork of the monkey-patch extensions to enable this.
18 lines
416 B
TOML
18 lines
416 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 = "*"
|
|
sphinx-contrib-exhale-multiproject = {subdirectory = "sphinx-contrib-exhale-multiproject", editable = true, git = "https://github.com/tronical/sphinx-contrib-mithro"}
|
|
|
|
[requires]
|
|
python_version = "3.8"
|