File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -234,19 +234,6 @@ rtd-pr-preview: bin/python ## Build pull request preview on Read the Docs
234
234
ln -s ../submodules/plone.api/docs ./docs/plone.api
235
235
cd $(DOCS_DIR ) && $(SPHINXBUILD ) -b html $(ALLSPHINXOPTS ) ${READTHEDOCS_OUTPUT} /html/
236
236
237
- .PHONY : netlify
238
- netlify :
239
- pip install -r requirements-initial.txt
240
- pip install -r requirements.txt
241
- pip install -r requirements-netlify.txt
242
- git submodule init; \
243
- git submodule update; \
244
- pip install -e submodules/plone.api[test]; \
245
- ln -s ../submodules/volto/docs/source ./docs/volto
246
- ln -s ../submodules/plone.restapi ./docs/plone.restapi
247
- ln -s ../submodules/plone.api/docs ./docs/plone.api
248
- cd $(DOCS_DIR ) && sphinx-build -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /html && cp ./netlify_robots.txt $(BUILDDIR ) /html/robots.txt
249
-
250
237
.PHONY : storybook
251
238
storybook :
252
239
cd submodules/volto && pnpm i && pnpm build:registry && pnpm --filter @plone/volto build-storybook -o ../../../../_build/html/storybook
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments