Skip to content

Commit c2bbfd6

Browse files
committed
Revert "Netlify with venv"
This reverts commit 27a8a46.
1 parent ed9cdcf commit c2bbfd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ livehtml: deps ## Rebuild Sphinx documentation on changes, with live-reload in
220220
-b html . "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
221221

222222
.PHONY: netlify
223-
netlify: bin/python
224-
bin/pip install -r requirements.txt
223+
netlify:
224+
pip install -r requirements.txt
225225
git submodule init; \
226226
git submodule update; \
227-
bin/pip install -e submodules/plone.api[test]; \
227+
pip install -e submodules/plone.api[test]; \
228228
ln -s ../submodules/volto/docs/source ./docs/volto
229229
ln -s ../submodules/plone.restapi ./docs/plone.restapi
230230
ln -s ../submodules/plone.api/docs ./docs/plone.api

0 commit comments

Comments
 (0)