feat: Migrate to uv for dependency management and script execution.

This commit is contained in:
Omid Zamani
2026-01-02 16:37:33 +01:00
parent 4f2975eeb4
commit d089e7e06f
8 changed files with 1135 additions and 19 deletions

View File

@@ -2,6 +2,8 @@
#
# Wrapper for building the docs
set -e
. venv/bin/activate
# Ensure uv is in PATH
export PATH="$HOME/.local/bin:$PATH"
cd doc/
make html
uv run make html