Skip to content
Snippets Groups Projects
Unverified Commit d97497bf authored by Steve Dower's avatar Steve Dower Committed by GitHub
Browse files

bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32182)

parent 25f00bfb
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ if not defined SPHINXBUILD (
%PYTHON% -c "import sphinx" > nul 2> nul
if errorlevel 1 (
echo Installing sphinx with %PYTHON%
%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
if errorlevel 1 exit /B
)
set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment