Re: [PATCH v19 3/5] dts: add doc generation dependencies
Reviewed-by: Luca Vizzarro
[PATCH v19 3/5] dts: add doc generation dependencies
Sphinx imports every Python module (through the autodoc extension) when generating documentation from docstrings, meaning all DTS dependencies, including Python version, should be satisfied. This is not a hard requirement, as imports from dependencies may be mocked in the autodoc_mock_imports autod