From e1218a98ba9fa067024e3d3727034095d52c478d Mon Sep 17 00:00:00 2001 From: Rob Scott Date: Mon, 13 Jan 2025 23:49:47 +0000 Subject: [PATCH] Fixing Netlify builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df99e2d7..0dd478d6 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ build-docs: .PHONY: build-docs-netlify build-docs-netlify: pip install -r hack/mkdocs/image/requirements.txt - mkdocs build + python -m mkdocs build .PHONY: live-docs live-docs: