From 7d9c2382bb2324e573ee7f02901fa2e608eb6e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20B=C3=A4r?= Date: Wed, 4 Sep 2024 16:40:13 +0200 Subject: [PATCH] docs: fix docs build with `poetry run` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a8994f9..16b351e5 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ check-changelog-entry: poetry run python scripts/check_version_in_changelog.py build-api-reference: - cd website && ./build_api_reference.sh + cd website && poetry run ./build_api_reference.sh run-doc: build-api-reference cd website && npm clean-install && npm run start