aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/Makefile
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-08-02 00:08:13 +0800
committer简律纯 <i@jyunko.cn>2024-08-02 00:08:13 +0800
commit70856b64d46b2c7d4df9ba1e59e6e2992dc1d824 (patch)
tree2f3c91feee937a3c2a6e8391e34021a349137c52 /docs/Makefile
parent5ad26d4cb60999972ac0130fb55376b51952b16d (diff)
downloadecho-70856b64d46b2c7d4df9ba1e59e6e2992dc1d824.tar.gz
echo-70856b64d46b2c7d4df9ba1e59e6e2992dc1d824.zip
docs!: rebuild with readthedocs and sphinx-build
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 5607373..08a2dd0 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -20,11 +20,11 @@ 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
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ @pdm run $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
# update translation command
translate:
- @$(SPHINXINTL) update -p ./build/gettext -l $(lang) $(O)
+ @pdm run $(SPHINXINTL) update -p ./build/gettext -l $(lang) $(O)
# build docs
docs build: