From e38ed27fbba51f57860bb53147a1b4be13ba8cc4 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 15 Oct 2024 16:33:51 -0400 Subject: [PATCH] build: :hammer: modify justfile to run Python doc in Quarto docs --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index df6590a..c026acf 100644 --- a/justfile +++ b/justfile @@ -56,7 +56,9 @@ reset-local: # Build the documentation website using Quarto build-website: - docker run --rm -v $(pwd):/site -w /site ghcr.io/quarto-dev/quarto:latest quarto render + # To let Quarto know where python is. + export QUARTO_PYTHON=.venv/bin/python3 + poetry run quarto render --execute # Add files for a new function (function file and test file) add-function app part name: