Skip to content

Commit

Permalink
fix: docs build command (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 authored Dec 17, 2024
1 parent 63ea7a7 commit 471b74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mkdir build

touch build/.nojekyll # Disable jekyll to keep files starting with underscores

uv run --extra docs sphinx-build -b html ./api-docs ./build/api-docs
uv run --group docs sphinx-build -b html ./api-docs ./build/api-docs

0 comments on commit 471b74c

Please sign in to comment.