Skip to content

Commit

Permalink
docs/Makefile (autobuild): Watch changes outside docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Jun 11, 2024
1 parent 41addf3 commit 164c1be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,6 @@ dummy:

.PHONY: autobuild
autobuild:
sphinx-autobuild -nW -q -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
sphinx-autobuild -nW -q -b dirhtml --watch ../ $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
@echo
@echo "Auto-build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
@echo "Auto-build finished. The HTML pages are in $(BUILDDIR)/dirhtml."

0 comments on commit 164c1be

Please sign in to comment.