mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
d060b06667
We use TODO for things to be fixed before committing.
15 lines
437 B
TOML
15 lines
437 B
TOML
[project]
|
|
name = "niri-docs"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"markdown-callouts>=0.4.0",
|
|
"mkdocs-material>=9.6.15",
|
|
"pygments",
|
|
]
|
|
|
|
# for KDL highlighting support
|
|
# FIXME: use the official pygments package once https://github.com/pygments/pygments/pull/2936 is merged
|
|
[tool.uv.sources]
|
|
pygments = { git = "https://github.com/chinatsu/pygments", rev = "0f0b0d4da2839e1285881389155bb4605a0a6dc4" }
|