8000 bpo-33670: Expose Sphinx errorlevel (GH-7156) · python/cpython@8c1ad0c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c1ad0c

Browse files
andresdelfinozooba
authored andcommitted
bpo-33670: Expose Sphinx errorlevel (GH-7156)
1 parent 3d3e66c commit 8c1ad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if not defined SPHINXBUILD (
2222
%PYTHON% -m pip install python-docs-theme
2323
if errorlevel 1 exit /B
2424
)
25-
set SPHINXBUILD=%PYTHON% -c "import sphinx, sys; sys.argv[0] = 'sphinx-build'; sphinx.main()"
25+
set SPHINXBUILD=%PYTHON% -c "import sphinx, sys; sys.argv[0] = 'sphinx-build'; sys.exit(sphinx.main())"
2626
)
2727

2828
if not defined BLURB (

0 commit comments

Comments
 (0)
0