From 453ea7aa5b4881730311275e1ce302560874987c Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 15 May 2026 11:56:27 -0500 Subject: [PATCH] chore: fix local docs rendering to livereload Due to a change in the click package, the argument reports that it defaults to on but it does not. mkdocs isn't maintained so is not getting a new release to fix that. So this is the quickest fix. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7333317cf..ea5b08f24 100644 --- a/Makefile +++ b/Makefile @@ -45,4 +45,4 @@ docs: $(ACTIVATE) wftmpls component-docs-check ## Builds the documentation .PHONY: docs-local docs-local: $(ACTIVATE) wftmpls component-docs-check ## Build and locally host the documentation - $(MKDOCS) serve --strict + $(MKDOCS) serve --strict --livereload