8000 bpo-33670: Expose Sphinx errorlevel (GH-7156) · miss-islington/cpython@99a46b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99a46b2

Browse files
andresdelfinomiss-islington
authored andcommitted
bpo-33670: Expose Sphinx errorlevel (pythonGH-7156)
(cherry picked from commit 8c1ad0c) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
1 parent 8d8b861 commit 99a46b2

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
@@ -16,7 +16,7 @@ if not defined SPHINXBUILD (
1616
%PYTHON% -m pip install sphinx python-docs-theme
1717
if errorlevel 1 exit /B
1818
)
19-
set SPHINXBUILD=%PYTHON% -c "import sphinx, sys; sys.argv[0] = 'sphinx-build'; sphinx.main()"
19+
set SPHINXBUILD=%PYTHON% -c "import sphinx, sys; sys.argv[0] = 'sphinx-build'; sys.exit(sphinx.main())"
2020
)
2121

2222
if not defined BLURB (

0 commit comments

Comments
 (0)
0