mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-24 13:35:00 +00:00
cppdocs: Switch from pipenv to uv
uv is generally faster than pip, and we save ourselves the step of installing/upgrading that in the CI.
This commit is contained in:
parent
0d8ecc6bc6
commit
b9c82876c8
4 changed files with 23 additions and 36 deletions
|
@ -1,21 +0,0 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
breathe = ">=4.33.1"
|
||||
sphinx = "==7.1.2"
|
||||
exhale = ">=0.2.4"
|
||||
myst_parser = ">=0.17.2"
|
||||
sphinx-markdown-tables = ">=0.0.15"
|
||||
furo = ">=2022.12.7"
|
||||
sphinxcontrib-jquery = ">=4.1"
|
||||
|
||||
[requires]
|
||||
python_version = "3"
|
17
api/cpp/docs/pyproject.toml
Normal file
17
api/cpp/docs/pyproject.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
[project]
|
||||
name = "slint-cppdocs"
|
||||
version = "0.1"
|
||||
description = "Python env for running sphinx, breathe, etc."
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"breathe>=4.33.1",
|
||||
"exhale>=0.2.4",
|
||||
"furo>=2022.12.7",
|
||||
"myst-parser>=0.17.2",
|
||||
"sphinx==7.1.2",
|
||||
"sphinx-markdown-tables>=0.0.15",
|
||||
"sphinxcontrib-jquery>=4.1",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue