mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 01:24:36 +00:00
feat: Migrate to uv for dependency management and script execution.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user