Skip to content

Commit 3ecf1f9

Browse files
committed
Fix command to build docs
1 parent 229a129 commit 3ecf1f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ docs_cmd := "uv run --group doc --directory docs"
153153

154154
[positional-arguments]
155155
build-docs *args='':
156-
{{docs_cmd}} -- sphinx-build -M html source build "$@"
156+
{{docs_cmd}} -- sphinx-build -M html source build
157157

158158
[positional-arguments]
159159
serve-docs *args='':

0 commit comments

Comments
 (0)