8000 bpo-47138: Ensure Windows docs build uses the same pinned version as … · python/cpython@d97497b · GitHub
[go: up one dir, main page]

Skip to content

Commit d97497b

Browse files
authored
bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32182)
1 parent 25f00bf commit d97497b

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.3.1 blurb docutils==0.17.1 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)
0