bpo-33670: Expose Sphinx errorlevel (GH-7156)
This commit is contained in:
parent
3d3e66c2da
commit
8c1ad0c4f6
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue