mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 15:32:49 +00:00
Our docs are built with MkDocs, which requires Python and several deps. Previously those deps were managed with Poetry, which is also written in Python. This commit replaces Poetry with `uv`, a Rust-based Python project/package manager, and thus removes several steps from the docs build process. Before: <install Python> <install pipx> pipx install poetry poetry install poetry run -- mkdocs serve After: <install uv> uv run mkdocs serve
4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
Cargo.lock linguist-generated=true merge=binary
|
|
flake.lock linguist-generated=true merge=binary
|
|
uv.lock linguist-generated=true merge=binary
|