mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00

According to https://github.com/readthedocs/recommonmark/issues/221 recommonmark is being phased out and myst_parser is actively maintained.
17 lines
248 B
TOML
17 lines
248 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
breathe = "*"
|
|
sphinx-rtd-theme = "*"
|
|
sphinx = "*"
|
|
exhale = "*"
|
|
myst_parser = "*"
|
|
sphinx-markdown-tables = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|