Re: [RFC PATCH v4 2/4] dts: add doc generation dependencies

2023-10-27 Thread Yoan Picchi
On 8/31/23 11:04, Juraj Linkeš 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 make sure that the proper Python version and dependencies are

[RFC PATCH v4 2/4] dts: add doc generation dependencies

2023-08-31 Thread Juraj Linkeš
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 make sure that the proper Python version and dependencies are used when Sphinx is executed. Signed-of