-
-
Notifications
You must be signed in to change notification settings - Fork 522
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (28 loc) · 699 Bytes
/
pyproject.toml
File metadata and controls
34 lines (28 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[project]
name = "qubes-doc"
version = "4.2"
description = "Qubes OS documentation"
authors = [{ name = "Qubes OS" }]
requires-python = ">=3.11"
readme = "README.md"
dependencies = ["sphinx (>=8.2.3,<9.0.0)"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.poetry]
package-mode = false
[tool.uv]
package = false
[dependency-groups]
dev = [
"sphinx>=8.2.3,<9",
"sphinx-autobuild>=2024.10.3,<2025",
"sphinx-lint>=1.0.0,<2",
"sphinx-reredirects>=1.0.0,<2",
"sphinxext-opengraph==0.12.0",
"sphinxnotes-any==2.5",
"sphinxnotes-strike>=1.2.1,<2",
"sphinx-rtd-theme>=3.0.2,<4",
]
[tool.esbonio.sphinx]
pythonCommand = ["${venv:.venv}"]