mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
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…
Add table
Add a link
Reference in a new issue