File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
196196deploy : 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 )
You can’t perform that action at this time.
0 commit comments