Skip to content

Commit 27a8a46

Browse files
committed
Netlify with venv
1 parent c9e5d5c commit 27a8a46

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:
224-
pip install -r requirements.txt
223+
netlify: bin/python
224+
bin/pip install -r requirements.txt
225225
git submodule init; \
226226
git submodule update; \
227-
pip install -e submodules/plone.api[test]; \
227+
bin/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)