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 25f00bf commit d97497bCopy full SHA for d97497b
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==2.2.0
+ %PYTHON% -m pip install sphinx==2.3.1 blurb docutils==0.17.1 Jinja2==3.0.3
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