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

@@ -29,6 +29,5 @@ clean:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile | clean
pip-licenses --format=rst --with-urls --output-file=source/primaite-dependencies.rst
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)