From 48dcdaabb067caaa55689b80adfd55b020933c42 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 12 Feb 2025 01:29:41 -0800 Subject: [PATCH 1/2] Fix the livehtml file watcher (#1853) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ea15b4b95..a643b8d95 100644 --- a/Makefile +++ b/Makefile @@ -208,6 +208,9 @@ livehtml: deps ## Rebuild Sphinx documentation on changes, with live-reload in cd "$(DOCS_DIR)" && ${SPHINXAUTOBUILD} \ --ignore "*.swp" \ --port 8050 \ + --watch volto \ + --watch plone.api \ + --watch plone.restapi \ -b html . "$(BUILDDIR)/html" $(SPHINXOPTS) $(O) .PHONY: rtd-pr-preview From 2b144c86c23e14c5e1e8f780734e10482f88ab6c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 12 Feb 2025 01:31:39 -0800 Subject: [PATCH 2/2] Update tips submodules/plone.api submodules/volto --- submodules/volto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/volto b/submodules/volto index 3330285b2..b77a7b0fc 160000 --- a/submodules/volto +++ b/submodules/volto @@ -1 +1 @@ -Subproject commit 3330285b2c14ed7f6131d9866e760a1fa4a5a57a +Subproject commit b77a7b0fcf9f59ef31098a6ba132e40ccf2a3bd8