Skip to content

Commit cede16d

Browse files
committed
chore(dev): add build-docs command
1 parent 0e253a6 commit cede16d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pixi.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ benchcmp = { cmd = [
166166
"--benchmark-compare",
167167
] }
168168

169+
[target.linux.tasks.build-docs]
170+
cmd = ["make", "-C", "$PIXI_PROJECT_ROOT/docs", "html"]
171+
169172
[target.linux.tasks.test]
170173
cmd = ["pytest", "$PIXI_PROJECT_ROOT/testing"]
171174
env = { NUMBA_CUDA_TEST_BIN_DIR = "$PIXI_PROJECT_ROOT/testing" }

0 commit comments

Comments
 (0)