From 1a588cccf39a32bea5f08dee896b49ab51ed6f4b Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Tue, 17 Dec 2024 10:55:50 +0000 Subject: [PATCH] fix: docs build command --- docs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.sh b/docs/build.sh index 794cfa11..0cedc716 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -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