Skip to content

Commit 4ea7469

Browse files
committed
docs: dedupe cuda_core docs task wiring
Remove the redundant cuda_core build-docs alias and point the repo-root docs task at the canonical docs-build target so the post-rebase docs workflow stays consistent. Made-with: Cursor
1 parent 6d1e45e commit 4ea7469

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cuda_core/pixi.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ cmd = [
214214
]
215215
depends-on = [{ task = "build-cython-tests" }]
216216

217-
[target.linux.tasks.build-docs]
218-
depends-on = [{ task = "docs-build" }]
219-
220217
[target.win-64.tasks.test]
221218
cmd = [
222219
"pytest",

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ cmd = [
7373
]
7474

7575
[target.linux.tasks.docs-core]
76-
cmd = ["pixi", "run", "--manifest-path", "$PIXI_PROJECT_ROOT/cuda_core", "-e", "docs", "build-docs"]
76+
cmd = ["pixi", "run", "--manifest-path", "$PIXI_PROJECT_ROOT/cuda_core", "-e", "docs", "docs-build"]
7777

7878
[target.linux.tasks.docs]
7979
depends-on = [

0 commit comments

Comments
 (0)