docs: Makefile: clean up .buildinfo and .doctrees

This commit is contained in:
InsanePrawn 2022-10-08 04:47:39 +02:00
parent d1267d4082
commit 6fed749488

View file

@ -7,7 +7,7 @@ cleanbuild:
@make html
clean:
rm -rf html source/cli
rm -rf html source/cli .buildinfo .doctrees
html:
sphinx-build $(buildargs)