We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9e55d commit d121ae6Copy full SHA for d121ae6
1 file changed
docs/Makefile
@@ -12,6 +12,11 @@ BUILDDIR = _build
12
help:
13
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14
15
+clean:
16
+ @echo Removing files created by sphinx-build
17
+ rm -rf $(BUILDDIR)
18
+ rm -rf $(SOURCEDIR)/api/
19
+
20
.PHONY: help Makefile
21
22
# Catch-all target: route all unknown targets to Sphinx using the new
0 commit comments