Skip to content

Commit 9bb1e2e

Browse files
committed
Pin jinja2 version in Doc/make.bat
1 parent 44a22d0 commit 9bb1e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if not defined SPHINXBUILD (
1313
%PYTHON% -c "import sphinx" > nul 2> nul
1414
if errorlevel 1 (
1515
echo Installing sphinx with %PYTHON%
16-
%PYTHON% -m pip install sphinx==2.2.0
16+
%PYTHON% -m pip install sphinx==2.2.0 jinja2==3.0.3
1717
if errorlevel 1 exit /B
1818
)
1919
set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())"

0 commit comments

Comments
 (0)