commit | bfba2cd40629e52ba74ddc75a3415adc8f0ef71b | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Thu Mar 24 22:44:41 2016 -0500 |
committer | Zachary Ware <zachary.ware@gmail.com> | Thu Mar 24 22:44:41 2016 -0500 |
tree | 13fa683240840efe019a72c5bdd3231fa1227abb | |
parent | 228ca33470034eb79d6ff5d6ca772a373b2a89a7 [diff] [blame] |
Don't doc check the venv dir
diff --git a/Doc/Makefile b/Doc/Makefile index a42e98b..03a37f1 100644 --- 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