slint/api/sixtyfps-cpp/docs/Pipfile
Simon Hausmann a769b630ca Separate the C++ Interpreter API into a separate library root
Since breathe doesn't support multiple projects by default, this
uses a fork of the monkey-patch extensions to enable this.
2021-03-22 14:37:02 +01:00

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"