Options (1)
-b, --builderbooleanBuild 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_directoryBuild documentations intended for readthedocs.io (requires the sphinx-rtd-theme pip package)
sphinx-build [-b|--builder] html path/to/docs_directory path/to/build_directorymade by @shridhargupta | data from tldr-pages