Skip to content

Commit

Permalink
Ignore changes in venv and .idea
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 29, 2023
1 parent bd9109c commit 24abdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ htmlview: html

.PHONY: autobuild
autobuild: SPHINXBUILD = $(VENVDIR)/bin/sphinx-autobuild
autobuild: SPHINXOPTS = # sphinx-autobuild has no "--keep-going"
autobuild: SPHINXOPTS = --re-ignore="/\.idea/|/venv/"
autobuild: html

.PHONY: check
Expand Down

0 comments on commit 24abdf3

Please sign in to comment.