File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if not defined SPHINXBUILD (
13
13
%PYTHON% -c " import sphinx" > nul 2 > nul
14
14
if errorlevel 1 (
15
15
echo Installing sphinx with %PYTHON%
16
- %PYTHON% -m pip install sphinx == 2.2.0
16
+ %PYTHON% -m pip install -r requirements.txt
17
17
if errorlevel 1 exit /B
18
18
)
19
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
30
%PYTHON% -c " import blurb" > nul 2 > nul
31
31
if errorlevel 1 (
32
32
echo Installing blurb with %PYTHON%
33
+ rem Should have been installed with Sphinx earlier
33
34
%PYTHON% -m pip install blurb
34
35
if errorlevel 1 exit /B
35
36
)
@@ -40,6 +41,7 @@ if not defined SPHINXLINT (
40
41
%PYTHON% -c " import sphinxlint" > nul 2 > nul
41
42
if errorlevel 1 (
42
43
echo Installing sphinx-lint with %PYTHON%
44
+ rem Should have been installed with Sphinx earlier
43
45
%PYTHON% -m pip install sphinx-lint
44
46
if errorlevel 1 exit /B
45
47
)
You can’t perform that action at this time.
0 commit comments