Skip to content

Commit

Permalink
Makefile: add livehtml builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Mar 12, 2024
1 parent cb66bd1 commit 4f2da37
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 @@ -14,6 +14,9 @@ help:

.PHONY: help Makefile

livehtml:
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)"/html $(SPHINXOPTS) $(O)

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
Expand Down

0 comments on commit 4f2da37

Please sign in to comment.