We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981450d commit 9cd29f2Copy full SHA for 9cd29f2
Makefile
@@ -3,8 +3,6 @@
3
SHELL=bash
4
.DEFAULT_GOAL = all
5
6
-CWD = $(pwd)
7
-
8
# You can set these variables from the command line.
9
SPHINXOPTS =
10
SPHINXBUILD = $(realpath bin/sphinx-build)
@@ -37,14 +35,12 @@ build: ## Set up training: Install requirements
37
35
bin/pip install -r requirements.txt
38
36
39
bin/python:
40
- cd $(CWD); \
41
python3 -m venv . || virtualenv --clear --python=python3 .; \
42
bin/python -m pip install --upgrade pip; \
43
44
45
docs/volto:
46
# git submodule add [email protected]:plone/volto.git submodules/volto
47
48
git submodule init; \
49
git submodule update; \
50
ln -s ../submodules/volto/docs/source ./docs/volto
0 commit comments