bpo-33670: Expose Sphinx errorlevel (GH-7156)

This commit is contained in:
Andrés Delfino 2018-05-28 20:28:22 -03:00 committed by Steve Dower
parent 3d3e66c2da
commit 8c1ad0c4f6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if not defined SPHINXBUILD (
%PYTHON% -m pip install python-docs-theme
if errorlevel 1 exit /B
)
set SPHINXBUILD=%PYTHON% -c "import sphinx, sys; sys.argv[0] = 'sphinx-build'; sphinx.main()"
set SPHINXBUILD=%PYTHON% -c "import sphinx, sys; sys.argv[0] = 'sphinx-build'; sys.exit(sphinx.main())"
)
if not defined BLURB (