update build and release scripts to use uv

This commit is contained in:
Nick Sweeting
2024-10-05 01:17:23 -07:00
parent ce2e19a429
commit e29aff12bf
10 changed files with 1292 additions and 2094 deletions

View File

@@ -26,8 +26,8 @@ git pull
cd "$REPO_DIR"
echo "[+] Building docs"
sphinx-apidoc -o docs archivebox
cd "$REPO_DIR/docs"
make clean
make html
# open docs/_build/html/index.html to see the output
cd "$REPO_DIR"