Skip to content

Commit

Permalink
Clean generated rst files after converting them to html
Browse files Browse the repository at this point in the history
  • Loading branch information
volkerstampa committed Oct 30, 2023
1 parent 32b0607 commit 88dcf0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ help:
%: Makefile
sphinx-apidoc -o . ../src
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
rm --force `ls *.rst | grep --fixed-strings --invert-match index.rst`

0 comments on commit 88dcf0b

Please sign in to comment.