diff --git a/pixi.toml b/pixi.toml index 994fb89..e00a834 100644 --- a/pixi.toml +++ b/pixi.toml @@ -32,7 +32,8 @@ cmd = "jupyter lab" [feature.book.tasks.build] description = "Build the Jupyter Book" -cmd = "jupyter-book build" +args = [{"arg" = "OPTION", "default" = "--html"}] +cmd = "jupyter-book build {{ OPTION }}" cwd = "book" [feature.book.tasks.clean]