dropped the automatic creation of primaite-dependencies.rst and made it manual as we now only need immediate dependencies

This commit is contained in:
Chris McCarthy
2024-05-31 15:42:41 +01:00
parent 71190a41c2
commit 4d61e857df
3 changed files with 21 additions and 6 deletions

View File

@@ -36,11 +36,6 @@ IF EXIST %AUTOSUMMARYDIR% (
RMDIR %AUTOSUMMARYDIR% /s /q
)
REM print the YT licenses
set LICENSEBUILD=pip-licenses --format=rst --with-urls
set DEPS="%cd%\source\primaite-dependencies.rst"
%LICENSEBUILD% --output-file=%DEPS%
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end