Skip to content

Commit 77a4299

Browse files
committed
Attempt to make plone.api importable to Sphinx
1 parent f28a966 commit 77a4299

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
@@ -226,9 +226,9 @@ livehtml: deps ## Rebuild Sphinx documentation on changes, with live-reload in
226226

227227
.PHONY: rtd-pr-preview
228228
rtd-pr-preview: bin/python ## Build pull request preview on Read the Docs
229-
git submodule init; \
230-
git submodule update; \
231-
pip install -e submodules/plone.api[test]; \
229+
git submodule init
230+
git submodule update
231+
pip install -e submodules/plone.api[test]
232232
ln -s ../submodules/volto/docs/source ./docs/volto
233233
ln -s ../submodules/plone.restapi ./docs/plone.restapi
234234
ln -s ../submodules/plone.api/docs ./docs/plone.api

0 commit comments

Comments
 (0)