Files
tldr/pages/common/sphinx-build.md
T
ManagorandDylan 03eaa4c365 *: use "directory" instead of "dir" (#18082)
* batch

* Update pages/osx/sips.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

* Update pages/osx/sips.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

---------

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-09-12 11:34:33 -07:00

477 B

sphinx-build

Sphinx documentation generator. More information: https://www.sphinx-doc.org/en/master/man/sphinx-build.html.

  • Build documentation:

sphinx-build {{[-b|--builder]}} {{html|epub|text|latex|man|...}} {{path/to/source_directory}} {{path/to/build_directory}}

  • Build documentations intended for readthedocs.io (requires the sphinx-rtd-theme pip package):

sphinx-build {{[-b|--builder]}} {{html}} {{path/to/docs_directory}} {{path/to/build_directory}}