Skip to content

Commit

Permalink
Fix the livehtml file watcher (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored and sneridagh committed Feb 12, 2025
1 parent 6e14147 commit c4e4b98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4e4b98

Please sign in to comment.