2025-03-14 21:59:59 -06:00
|
|
|
# sphinx-build
|
|
|
|
|
|
|
|
|
|
> Sphinx documentation generator.
|
|
|
|
|
> More information: <https://www.sphinx-doc.org/en/master/man/sphinx-build.html>.
|
|
|
|
|
|
|
|
|
|
- Build documentation:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`sphinx-build {{[-b|--builder]}} {{html|epub|text|latex|man|...}} {{path/to/source_dir}} {{path/to/build_dir}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Build documentations intended for readthedocs.io (requires the sphinx-rtd-theme pip package):
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`sphinx-build {{[-b|--builder]}} {{html}} {{path/to/docs_dir}} {{path/to/build_dir}}`
|