slint/api/sixtyfps-cpp/docs/Pipfile
Simon Hausmann 63cfb9b870 Revert back to a unified C++ reference docs
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 commit
0bb497c816, commit
a769b630ca and commit
0e82faf845 and merges the two into one
reference for now.
2021-03-23 15:36:53 +01: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"