The documentation compiler.
pip install doccAdd the following to your pyproject.toml:
[tool.docc.plugins."docc.python.discover"]
paths = [ "<path to Python source>" ]
[tool.docc.output]
path = "<where to put rendered documentation>"Finally, to generate the documentation:
docc