Docs: fix push and running locally (#30823)

fix push
old-commit-hash: 33e7baee401d8a8a2dd4210e6f1712c05ff200d4
This commit is contained in:
Justin Newberry
2023-12-20 13:27:27 -08:00
committed by GitHub
parent 3b65f2075e
commit 723c346fc5
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ clean:
../scripts \
../selfdrive/modeld \
../selfdrive/debug \
$(shell find .. -type d -name "*test*")
$(shell find .. -type d -name "*test* -not -path "**.venv**" \")
@echo "Building html files..."
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(DOCSBUILDDIR)" $(SPHINXOPTS) $(O)