Skip to content

Commit 5a3e211

Browse files
committed
Change clean rule to remove generated docs
Made necessary by astropy/astropy@b94fd38
1 parent 857b7ae commit 5a3e211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ help:
3838

3939
clean:
4040
-rm -rf $(BUILDDIR)
41-
-rm -rf _generated
41+
-rm -rf api
4242

4343
html:
4444
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

0 commit comments

Comments
 (0)