add new chinese translations
This commit is contained in:
12
pages.zh/common/sphinx-build.md
Normal file
12
pages.zh/common/sphinx-build.md
Normal 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}}`
|
Reference in New Issue
Block a user