Running docbuild#

If you have installed the docbuild tool from the source code, run it using uv run to ensure that the correct Python version and environment are used.

$ uv run docbuild --help

In case you have installed different Python versions using uv python install (see Preparing for Installation), specify the Python version to use with the -P/--python <VERSION> option:

$ uv run --python 3.14 docbuild --help