Skip to content

Commit bfba2cd

Browse files
committed
Don't doc check the venv dir
1 parent 228ca33 commit bfba2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dist:
153153
cp -pPR build/epub/Python.epub dist/python-$(DISTVERSION)-docs.epub
154154

155155
check:
156-
$(PYTHON) tools/rstlint.py -i tools
156+
$(PYTHON) tools/rstlint.py -i tools -i venv
157157

158158
serve:
159159
../Tools/scripts/serve.py build/html

0 commit comments

Comments
 (0)