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 9a6271f commit 1e3df2aCopy full SHA for 1e3df2a
1 file changed
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 -r pylock.toml
+ %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())"
0 commit comments