Use uv to run make docs

This commit is contained in:
Jelmer Draaijer 2024-10-06 12:28:54 +02:00
parent a1db12569f
commit fb837142ee

View File

@ -35,4 +35,4 @@ fi
. .venv/bin/activate
# Generate the HTML for the documentation
cd docs && make html
cd docs && uv run make html