slint/api/cpp/docs/Pipfile
Olivier Goffart 0c7ad1aa41 Unpin the markdown dep
Because https://github.com/ryanfox/sphinx-markdown-tables/issues/36 was
fixed, and now the workaround is actually causing an error
2022-07-25 12:03:43 +02:00

20 lines
399 B
TOML

# Copyright © 2021 SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
breathe = "4.33.1"
sphinx-rtd-theme = "1.0.0"
sphinx = "4.5.0"
exhale = "0.2.4"
myst_parser = "0.17.2"
sphinx-markdown-tables = "0.0.15"
[requires]
python_version = "3"