From 164c1be71aa323c5ec6c475399bea6d029e28ad0 Mon Sep 17 00:00:00 2001 From: Duncan Dewhurst Date: Tue, 11 Jun 2024 14:48:36 +0100 Subject: [PATCH] docs/Makefile (autobuild): Watch changes outside docs directory --- docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 9cedfd9..6a15a4c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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." \ No newline at end of file + @echo "Auto-build finished. The HTML pages are in $(BUILDDIR)/dirhtml."