loefsys.core.management.commands.generate_docs module

Module defining the management command to generate docs.

class loefsys.core.management.commands.generate_docs.Command(stdout=None, stderr=None, no_color=False, force_color=False)

Bases: BaseCommand

The class that defines the code to generate docs.

help = 'Runs the sphinx-apidoc and sphinx-build commands to generate docs'
handle(*_: tuple[Any, ...], **__: dict[str, object]) str | None

Perform the actual logic of the command.

Parameters:
Return type:

str | None