On Fri, Apr 12, 2024 at 6:14 AM Juraj Linkeš <[email protected]> wrote: > > Sphinx imports every Python module when generating documentation from > docstrings, meaning all DTS dependencies, including Python version, > must be satisfied. > By adding Sphinx to DTS dependencies we provide a convenient way to > generate the DTS API docs which satisfies all dependencies. > > Signed-off-by: Juraj Linkeš <[email protected]>
Reviewed-by: Jeremy Spewock <[email protected]>

