We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328ccbf commit 21b2ddcCopy full SHA for 21b2ddc
docs/generate.sh
@@ -12,7 +12,8 @@ rm -rf src/api/webknossos
12
uv run --frozen generate_api_doc_pages.py
13
14
if [ $# -eq 1 ] && [ "$1" = "--persist" ]; then
15
- uv run --with black mkdocs build
+ uv run --with black --frozen mkdocs build
16
else
17
- uv run --with black mkdocs serve -a localhost:8197 --watch-theme
+ uv run --with black --frozen mkdocs serve -a localhost:8197 --watch-theme
18
fi
19
+
0 commit comments