Skip to content

Commit 49f4d9b

Browse files
committed
Attempt to get Netlify builds to pass
1 parent 5f58947 commit 49f4d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ netlify:
210210
git submodule init; \
211211
git submodule update; \
212212
ln -s ../submodules/volto/docs/source ./docs/volto
213-
cd $(DOCS_DIR) && $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
213+
cd $(DOCS_DIR) && sphinx-build -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
214214

215215
.PHONY: all
216216
all: clean spellcheck linkcheck html ## Clean docs build, then run linkcheck and spellcheck, and build html

0 commit comments

Comments
 (0)