From 6d244693e7a546ef6d11b67d601ede909a7bb4bc Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 4 Jan 2024 02:29:26 -0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Added=20Storybook=20to=20Netlify=20bu?= =?UTF-8?q?ild=20to=20allow=20relative=20links=20from=20documen=E2=80=A6?= =?UTF-8?q?=20(#5596)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6cad1d4ab5ed7d2beeda274bb23de42f75ef38ca. --- Makefile | 6 ++---- packages/volto/news/5596.documentation | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 packages/volto/news/5596.documentation diff --git a/Makefile b/Makefile index 0f5bbb3341..2c0f053613 100644 --- a/Makefile +++ b/Makefile @@ -156,10 +156,8 @@ docs-vale: bin/python docs-news ## Install (once) and run Vale style, grammar, .PHONY: netlify netlify: - pnpm build:registry - (cd packages/volto && pnpm build-storybook -o ../../docs/_build/html/storybook) - pwd && pip install -r requirements-docs.txt - cd $(DOCS_DIR) && pwd && sphinx-build -b html $(ALLSPHINXOPTS) ../$(BUILDDIR)/html + pip install -r requirements-docs.txt + cd $(DOCS_DIR) && sphinx-build -b html $(ALLSPHINXOPTS) ../$(BUILDDIR)/html .PHONY: docs-test docs-test: docs-clean docs-linkcheckbroken docs-vale ## Clean docs build, then run linkcheckbroken, vale diff --git a/packages/volto/news/5596.documentation b/packages/volto/news/5596.documentation deleted file mode 100644 index 3626663d99..0000000000 --- a/packages/volto/news/5596.documentation +++ /dev/null @@ -1 +0,0 @@ -Added Storybook to Netlify build to allow relative links from documentation. @stevepiercy