8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d6bd7 commit 08beaf7Copy full SHA for 08beaf7
Doc/make.bat
@@ -22,7 +22,7 @@ if not defined SPHINXBUILD (
22
%PYTHON% -m pip install python-docs-theme
23
if errorlevel 1 exit /B
24
)
25
- 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())"
26
27
28
if not defined BLURB (
0 commit comments