10000
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 5944807 commit 128c564Copy full SHA for 128c564
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 -r requirements.txt
17
if errorlevel 1 exit /B
18
)
19
set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())"
@@ -30,6 +30,7 @@ if not defined BLURB (
30
%PYTHON% -c "import blurb" > nul 2> nul
31
32
echo Installing blurb with %PYTHON%
33
+ rem Should have been installed with Sphinx earlier
34
%PYTHON% -m pip install blurb
35
36
0 commit comments