API reference#

docs command-line interface (Typer).

Builds and previews the asd-def Sphinx site, a thin wrapper over sphinx-build and sphinx-autobuild, so the documentation has a single entry point.

docs_cli.cli.build(builder=<typer.models.OptionInfo object>, strict=<typer.models.OptionInfo object>)[source]#

Build the docs once into docs/build/<builder> (HTML by default).

docs_cli.cli.versions(local=<typer.models.OptionInfo object>)[source]#

Build every released version into docs/build, driven by docs/poly.py.

docs_cli.cli.serve(host=<typer.models.OptionInfo object>, port=<typer.models.OptionInfo object>)[source]#

Serve the docs with live reload, rebuilding on edits to docs/ and packages/.

docs_cli.cli.clean()[source]#

Remove the docs/build directory.