Skip to content

Commit

Permalink
Improve make clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Feb 2, 2024
1 parent acd04e3 commit 1f4e9a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ clean:
echo clean
echo $(current_dir)
rm -rf $(docs_dir)/_build/
rm -rf $(docs_dir)/gallery/*
rm -rf $(docs_dir)/gallery/
rm -f $(docs_dir)/sg_execution_times.rst

docs-build:
NAPARI_CONFIG="" NAPARI_APPLICATION_IPY_INTERACTIVE=0 sphinx-build -b html docs/ docs/_build $(SPHINXOPTS)
Expand Down Expand Up @@ -43,5 +44,3 @@ linkcheck-files:

copy-gallery-videos:
rsync -rupE docs/gallery/images docs/_build/gallery

.PHONY: docs/_build/gallery

0 comments on commit 1f4e9a0

Please sign in to comment.