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

Skip to content

Commit 08beaf7

Browse files
bpo-33670: Expose Sphinx errorlevel (GH-7156)
(cherry picked from commit 8c1ad0c) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
1 parent a6d6bd7 commit 08beaf7

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