commands.sh

sphinx-build

all

Sphinx documentation generator.

More info →

Options (1)

-b, --builderboolean

Build documentation

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

Examples (2)

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
made by @shridhargupta | data from tldr-pages