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 3d3e66c commit 8c1ad0cCopy full SHA for 8c1ad0c
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