From: Zachary Ware Date: Fri, 25 Mar 2016 03:44:41 +0000 (-0500) Subject: Don't doc check the venv dir X-Git-Tag: v3.6.0a1~343 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfba2cd40629e52ba74ddc75a3415adc8f0ef71b;p=python Don't doc check the venv dir --- diff --git a/Doc/Makefile b/Doc/Makefile index a42e98bd9c..03a37f1e49 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