mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
bpo-33670: Expose Sphinx errorlevel (GH-7156)
This commit is contained in:
parent
3d3e66c2da
commit
8c1ad0c4f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue