Skip to content

Commit be5d315

Browse files
committed
Depend on submodules/volto for html, livehtml
1 parent 9806dfd commit be5d315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bin/python: build
4343
@echo
4444

4545
.PHONY: html
46-
html: bin/python # Build html
46+
html: submodules/volto bin/python # Build html
4747
source bin/activate; \
4848
cd $(DOCS_DIR) && $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
4949
@echo
@@ -196,7 +196,7 @@ test: clean linkcheck spellcheck ## Run linkcheck, spellcheck
196196
deploy: clean html
197197

198198
.PHONY: livehtml
199-
livehtml: ## Rebuild Sphinx documentation on changes, with live-reload in the browser
199+
livehtml: submodules/volto ## Rebuild Sphinx documentation on changes, with live-reload in the browser
200200
cd "$(DOCS_DIR)" && sphinx-autobuild \
201201
--ignore "*.swp" \
202202
-b html . "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)

0 commit comments

Comments
 (0)