From f2657069bb96b45fd33d9278d24156ee47e1d901 Mon Sep 17 00:00:00 2001 From: bcumming Date: Wed, 22 Oct 2025 10:52:24 +0200 Subject: [PATCH] force the serve helper to automatically reload to work around issue with click 8.3.0 --- serve | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serve b/serve index 8f8fdbf3..30a16e96 100755 --- a/serve +++ b/serve @@ -1,4 +1,4 @@ #!/usr/bin/env bash # use uv to run mkdocs with mkdocs-material and its dependencies installed -uv tool run --with-requirements ./requirements.txt mkdocs ${@:-serve} +uv tool run --with-requirements ./requirements.txt mkdocs ${@:-serve --livereload}