mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-10-09 09:08:28 -04:00
32 lines
643 B
TOML
32 lines
643 B
TOML
[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",
|
|
]
|
|
|