Files
libloot/docs/pyproject.toml
T
Oliver Hamlet c6747a85c8 Use uv to manage docs Python dependencies
UV's use of a lockfile makes building the docs more reliable, and it installs the dependencies faster too (though in CI that's largely hidden by having to install Doxygen every time).
2025-05-12 17:21:58 +01:00

10 lines
172 B
TOML

[project]
name = "libloot-docs"
version = "0.26.1"
requires-python = ">=3.11"
dependencies = [
"breathe==4.36.0",
"sphinx==8.2.3",
"sphinx-rtd-theme==3.0.2",
]