Skip to content

Commit 48dcdaa

Browse files
authored
Fix the livehtml file watcher (#1853)
1 parent 0096ec6 commit 48dcdaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
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)