Skip to content

Commit 84c6d4a

Browse files
committed
More build -> _build
1 parent ed0cc3b commit 84c6d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = "0.1.0"
1515
build = { cmd = [
1616
"sphinx-build",
1717
".", # source directory
18-
"build/html", # target directory
18+
"_build/html", # target directory
1919
"-n", # warn about missing references
2020
"-W", # any warnings fail the build
2121
"-T", # show tracebacks

0 commit comments

Comments
 (0)