Don't doc check the venv dir

This commit is contained in:
Zachary Ware 2016-03-24 22:44:41 -05:00
parent 228ca33470
commit bfba2cd406
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ dist:
cp -pPR build/epub/Python.epub dist/python-$(DISTVERSION)-docs.epub
check:
$(PYTHON) tools/rstlint.py -i tools
$(PYTHON) tools/rstlint.py -i tools -i venv
serve:
../Tools/scripts/serve.py build/html