mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Don't doc check the venv dir
This commit is contained in:
parent
228ca33470
commit
bfba2cd406
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue