diff --git a/template/justfile.jinja b/template/justfile.jinja index efe61a4..313ef51 100644 --- a/template/justfile.jinja +++ b/template/justfile.jinja @@ -113,16 +113,6 @@ check-urls: --extensions md,qmd,py \ --exclude-path "_badges.qmd" -# Build the documentation as PDF using Quarto -build-pdf: - # To let Quarto know where python is. - export QUARTO_PYTHON=.venv/bin/python3 - uv run quarto install tinytex - # For generating images from Mermaid diagrams - uv run quarto install chromium - uv run quarto render --profile pdf --to pdf - find docs -name "mermaid-figure-*.png" -delete - # Check for unused code in the package and its tests check-unused: # exit code=0: No unused code was found