Skip to content

Commit 36c78cb

Browse files
committed
Purge Netlify
1 parent f4d0076 commit 36c78cb

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

Makefile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -234,19 +234,6 @@ rtd-pr-preview: bin/python ## Build pull request preview on Read the Docs
234234
ln -s ../submodules/plone.api/docs ./docs/plone.api
235235
cd $(DOCS_DIR) && $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ${READTHEDOCS_OUTPUT}/html/
236236

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-
250237
.PHONY: storybook
251238
storybook:
252239
cd submodules/volto && pnpm i && pnpm build:registry && pnpm --filter @plone/volto build-storybook -o ../../../../_build/html/storybook

docs/netlify_robots.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)