slint/api/sixtyfps-cpp/docs/Pipfile
Simon Hausmann fd9aea97eb Fix markdown table rendering in C++ docs
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.
2020-09-02 17:06:41 +02:00

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"