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 c353764 commit fe5dd78Copy full SHA for fe5dd78
Doc/make.bat
@@ -13,7 +13,7 @@ if not defined SPHINXBUILD (
13
%PYTHON% -c "import sphinx" > nul 2> nul
14
if errorlevel 1 (
15
echo Installing sphinx with %PYTHON%
16
- %PYTHON% -m pip install sphinx
+ %PYTHON% -m pip install sphinx==2.2.0
17
if errorlevel 1 exit /B
18
)
19
set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())"
0 commit comments