[Python-checkins] cpython: Don't doc check the venv dir

zach.ware python-checkins at python.org
Thu Mar 24 23:45:15 EDT 2016


https://hg.python.org/cpython/rev/f2a41f3feb2b
changeset:   100730:f2a41f3feb2b
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Mar 24 22:44:41 2016 -0500
summary:
  Don't doc check the venv dir

files:
  Doc/Makefile |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/Makefile b/Doc/Makefile
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -153,7 +153,7 @@
 	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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list