Skip to content

Commit 21b2ddc

Browse files
committed
build docs without upgrade dependencies
1 parent 328ccbf commit 21b2ddc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/generate.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ rm -rf src/api/webknossos
1212
uv run --frozen generate_api_doc_pages.py
1313

1414
if [ $# -eq 1 ] && [ "$1" = "--persist" ]; then
15-
uv run --with black mkdocs build
15+
uv run --with black --frozen mkdocs build
1616
else
17-
uv run --with black mkdocs serve -a localhost:8197 --watch-theme
17+
uv run --with black --frozen mkdocs serve -a localhost:8197 --watch-theme
1818
fi
19+

0 commit comments

Comments
 (0)