Skip to content

Commit 3ca4fe5

Browse files
authored
refactor: 🔨 remove build-pdf from justfile, not needed anymore (#288)
# Description This was initially to build a PDF file of the docs and upload separately to Zenodo. But after various redesigns and changes to how we do things, this isn't relevant anymore (e.g. with eventual publishing of zen-do along with how we might use community repo for publishing reports/papers). Needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 03ab0ba commit 3ca4fe5

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

template/justfile.jinja

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,6 @@ check-urls:
113113
--extensions md,qmd,py \
114114
--exclude-path "_badges.qmd"
115115

116-
# Build the documentation as PDF using Quarto
117-
build-pdf:
118-
# To let Quarto know where python is.
119-
export QUARTO_PYTHON=.venv/bin/python3
120-
uv run quarto install tinytex
121-
# For generating images from Mermaid diagrams
122-
uv run quarto install chromium
123-
uv run quarto render --profile pdf --to pdf
124-
find docs -name "mermaid-figure-*.png" -delete
125-
126116
# Check for unused code in the package and its tests
127117
check-unused:
128118
# exit code=0: No unused code was found

0 commit comments

Comments
 (0)