Skip to content

Commit

Permalink
Merge pull request #286 from Open-Telecoms-Data/21-rebuild-non-docs-c…
Browse files Browse the repository at this point in the history
…hanges

docs/Makefile (autobuild): Watch changes outside docs directory
  • Loading branch information
duncandewhurst authored Jun 20, 2024
2 parents 22807fe + a2db6fd commit 2eb3be2
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 2eb3be2

Please sign in to comment.