From 524a024af78e45efdcce6af1a4e98ea0305a2972 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 21 Jul 2025 00:17:10 +0800 Subject: feat: initial wiki repo settings --- docs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index 08a2dd0..b6485a5 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -20,12 +20,12 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @pdm run $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + @uv run $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) # update translation command translate: - @pdm run $(SPHINXINTL) update -p ./build/gettext -l $(lang) $(O) + @uv run $(SPHINXINTL) update -p ./build/gettext -l $(lang) $(O) # build docs docs build: - @pdm run $(SPHINXBUILD) "$(SOURCEDIR)" "$(BUILDDIR)" $(O) \ No newline at end of file + @uv run $(SPHINXBUILD) "$(SOURCEDIR)" "$(BUILDDIR)" $(O) -- cgit v1.2.3-70-g09d2