From bfba2cd40629e52ba74ddc75a3415adc8f0ef71b Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Thu, 24 Mar 2016 22:44:41 -0500 Subject: Don't doc check the venv dir --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index a42e98b..03a37f1 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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 -- cgit v0.12