Skip to content

Commit 1e3df2a

Browse files
committed
Switch Doc\make.bat back to requirements.txt
1 parent 9a6271f commit 1e3df2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 -r pylock.toml
16+
%PYTHON% -m pip install -r requirements.txt
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)