mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-26 11:59:29 +00:00

This reverts commit 0bb904e10a
and
re-introduces the markdown table support extension. The resulting table
by default is too wide in the "responsive" read-the-docs theme, but with
a CSS tweak it becomes readable.
Markdown tables are much easier to deal with and this way we can also
include references within the tables.
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"
|