mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 05:43:53 +00:00
build: install dependencies before doc build
Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: I0448caa4e22c13d4dd821261642833d49ff7a234
This commit is contained in:
parent
9db2b059eb
commit
50d9383bec
1 changed files with 1 additions and 0 deletions
|
@ -24,4 +24,5 @@ help:
|
||||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
||||||
.DEFAULT: Makefile
|
.DEFAULT: Makefile
|
||||||
|
$(if $(host-poetry),$(q)poetry -q install --with=docs)
|
||||||
$(q)$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
$(q)$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||||
|
|
Loading…
Add table
Reference in a new issue