修正开发者参与指南的链接 (#1002)

This commit is contained in:
LoGin
2024-10-21 00:16:14 +08:00
committed by GitHub
parent 01c18c64b1
commit abc421a67f
5 changed files with 7 additions and 160 deletions

View File

@ -36,3 +36,6 @@ help:
.PHONY:
html-multiversion:
rm -rf ./$(BUILDDIR) && CURRENT_GIT_COMMIT_DIRTY=0 sphinx-multiversion $(SPHINXOPTS) "$(SOURCEDIR)" ./$(BUILDDIR)/html && cp -rf ./$(BUILDDIR)/html/master/* ./$(BUILDDIR)/html/
http_server:
python3 -m http.server --directory $(BUILDDIR)/html