Skip to content

Commit 94baa83

Browse files
committed
Merge remote-tracking branch 'origin/6.0' into create-an-emergency-user
2 parents 5b489d6 + 2b144c8 commit 94baa83

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ livehtml: deps ## Rebuild Sphinx documentation on changes, with live-reload in
208208
cd "$(DOCS_DIR)" && ${SPHINXAUTOBUILD} \
209209
--ignore "*.swp" \
210210
--port 8050 \
211+
--watch volto \
212+
--watch plone.api \
213+
--watch plone.restapi \
211214
-b html . "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
212215

213216
.PHONY: rtd-pr-preview

0 commit comments

Comments
 (0)