add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,12 @@
# sphinx-build
> Sphinx 文档生成器。
> 更多信息:<https://www.sphinx-doc.org/en/master/man/sphinx-build.html>。
- 构建文档:
`sphinx-build -b {{html|epub|text|latex|man|...}} {{path/to/source_dir}} {{path/to/build_dir}}`
- 构建用于 readthedocs.io 的文档(需要 sphinx-rtd-theme pip 包):
`sphinx-build -b {{html}} {{path/to/docs_dir}} {{path/to/build_dir}}`