module documentation

sphinx-build -M command-line handling. This replaces the old, platform-dependent and once-generated content of Makefile / make.bat. This is in its own module so that importing it is fast. It should not import the main Sphinx modules (like sphinx.applications, sphinx.builders).

Class Make Undocumented
Function run_make_mode Undocumented
Constant BUILDERS Undocumented
def run_make_mode(args): (source)

Undocumented

Parameters
args:list[str]Undocumented
Returns
intUndocumented
BUILDERS: list = (source)

Undocumented

Value
[('', 'html', 'to make standalone HTML files'),
 ('', 'dirhtml', 'to make HTML files named index.html in directories'),
 ('', 'singlehtml', 'to make a single large HTML file'),
 ('', 'pickle', 'to make pickle files'),
 ('', 'json', 'to make JSON files'),
 ('', 'htmlhelp', 'to make HTML files and an HTML help project'),
 ('', 'qthelp', 'to make HTML files and a qthelp project'),
...