Re: [PATCH v17 3/5] dts: add doc generation dependencies

2024-08-14 Thread Jeremy Spewock
On Wed, Aug 14, 2024 at 11:05 AM Juraj Linkeš wrote: > > 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 f

[PATCH v17 3/5] dts: add doc generation dependencies

2024-08-14 Thread Juraj Linkeš
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