Skip to content
Tim Paine edited this page Nov 6, 2024 · 1 revision

yardang.cli

Functions

build(*[, quiet, debug, pdb, builder, project, title, ...])
debug()
main()

Module Contents

yardang.cli.build(*, quiet: bool = False, debug: bool = False, pdb: bool = False, builder: str = 'html', project: str = '', title: str = '', module: str = '', description: str = '', author: str = '', copyright: str = '', version: str = '', theme: str = 'furo', docs_root: str = '', root: str = '', cname: str = '', pages: List[pathlib.Path] | None = None, use_autoapi: bool | None = None, custom_css: pathlib.Path | None = None, custom_js: pathlib.Path | None = None)

yardang.cli.debug()

yardang.cli.main()