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 ada024a commit db7ceddCopy full SHA for db7cedd
Makefile
@@ -39,13 +39,14 @@ bin/python:
39
bin/python -m pip install --upgrade pip
40
bin/pip install -r requirements.txt
41
42
-submodules/volto/index.md:
+docs/volto:
43
# git submodule add [email protected]:plone/volto.git submodules/volto
44
git submodule init
45
git submodule update
46
+ ln -s ../submodules/volto/docs/source ./docs/volto
47
48
.PHONY: deps
-deps: bin/python submodules/volto/index.md
49
+deps: bin/python docs/volto
50
51
.PHONY: html
52
html: deps # Build html
0 commit comments