From fb837142eecdd13406a9db31a89b6cb98783cd98 Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Sun, 6 Oct 2024 12:28:54 +0200 Subject: [PATCH] Use uv to run make docs --- tests/test_bare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bare.sh b/tests/test_bare.sh index 1039b1a88..bb5658a3b 100755 --- a/tests/test_bare.sh +++ b/tests/test_bare.sh @@ -35,4 +35,4 @@ fi . .venv/bin/activate # Generate the HTML for the documentation -cd docs && make html +cd docs && uv run make html