Skip to content

Commit

Permalink
Makefile: don't delete doctrees cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicah committed Aug 18, 2024
1 parent 19fab58 commit 864867a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SOURCEDIR = .
BUILDDIR = _build

all:
# always clean first
$(test -d _build && rm -r _build)
# always clean up the HTML docs
$(test -d _build && test -d _build/html && rm -r _build/html)
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

help:
Expand Down

0 comments on commit 864867a

Please sign in to comment.