Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions template/justfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading