From 50d9383becde5570bbadb388112c25f0a2e7e5e6 Mon Sep 17 00:00:00 2001 From: Tamas Ban Date: Tue, 3 Sep 2024 11:38:30 +0200 Subject: [PATCH] build: install dependencies before doc build Signed-off-by: Tamas Ban Change-Id: I0448caa4e22c13d4dd821261642833d49ff7a234 --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile b/docs/Makefile index 9fd7d769d..68c095812 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -24,4 +24,5 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). .DEFAULT: Makefile + $(if $(host-poetry),$(q)poetry -q install --with=docs) $(q)$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)