Skip to content

Commit

Permalink
chore(python): include the "build" dir when running make clean for …
Browse files Browse the repository at this point in the history
…docs (#11970)
  • Loading branch information
alexander-beedie authored Oct 24, 2023
1 parent eff109f commit 1b08215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ help:
clean:
@rm -rf source/reference/*/api/
@rm -rf source/reference/api/
@rm -rf "$(BUILDDIR)"

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

0 comments on commit 1b08215

Please sign in to comment.