mirror of https://github.com/python/cpython
Don't doc check the venv dir
This commit is contained in:
parent
228ca33470
commit
bfba2cd406
|
@ -153,7 +153,7 @@ dist:
|
||||||
cp -pPR build/epub/Python.epub dist/python-$(DISTVERSION)-docs.epub
|
cp -pPR build/epub/Python.epub dist/python-$(DISTVERSION)-docs.epub
|
||||||
|
|
||||||
check:
|
check:
|
||||||
$(PYTHON) tools/rstlint.py -i tools
|
$(PYTHON) tools/rstlint.py -i tools -i venv
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
../Tools/scripts/serve.py build/html
|
../Tools/scripts/serve.py build/html
|
||||||
|
|
Loading…
Reference in New Issue