sphinx-build
sphinx-build
TLDR
Build documentation
$ sphinx-build -b [html|epub|text|latex|man|...] [path/to/source_dir] [path/to/build_dir]
Build documentations intended for readthedocs.io (requires the sphinx-rtd-theme pip package)
$ sphinx-build -b [html] [path/to/docs_dir] [path/to/build_dir]