Re: [PATCH v8 5/5] dts: add API doc generation

2024-08-05 Thread Juraj Linkeš
On 2. 8. 2024 15:53, Thomas Monjalon wrote: 02é x/08/2024 12:48, Juraj Linkeš: On 1. 8. 2024 17:07, Thomas Monjalon wrote: 01/08/2024 15:03, Juraj Linkeš: On 30. 7. 2024 15:51, Thomas Monjalon wrote: 12/07/2024 10:57, Juraj Linkeš: +dts_root = environ.get('DTS_ROOT') Why does it need to

Re: [PATCH v8 5/5] dts: add API doc generation

2024-08-02 Thread Thomas Monjalon
02é x/08/2024 12:48, Juraj Linkeš: > On 1. 8. 2024 17:07, Thomas Monjalon wrote: > > 01/08/2024 15:03, Juraj Linkeš: > >> On 30. 7. 2024 15:51, Thomas Monjalon wrote: > >>> 12/07/2024 10:57, Juraj Linkeš: > +dts_root = environ.get('DTS_ROOT') > >>> > >>> Why does it need to be passed as an env

Re: [PATCH v8 5/5] dts: add API doc generation

2024-08-02 Thread Juraj Linkeš
On 1. 8. 2024 17:07, Thomas Monjalon wrote: 01/08/2024 15:03, Juraj Linkeš: On 30. 7. 2024 15:51, Thomas Monjalon wrote: 12/07/2024 10:57, Juraj Linkeš: The tool used to generate DTS API docs is Sphinx, which is already in use in DPDK. The same configuration is used to preserve style with o

Re: [PATCH v8 5/5] dts: add API doc generation

2024-08-01 Thread Thomas Monjalon
01/08/2024 15:03, Juraj Linkeš: > On 30. 7. 2024 15:51, Thomas Monjalon wrote: > > 12/07/2024 10:57, Juraj Linkeš: > >> The tool used to generate DTS API docs is Sphinx, which is already in > >> use in DPDK. The same configuration is used to preserve style with one > >> DTS-specific configuration (

Re: [PATCH v8 5/5] dts: add API doc generation

2024-08-01 Thread Juraj Linkeš
On 30. 7. 2024 15:51, Thomas Monjalon wrote: 12/07/2024 10:57, Juraj Linkeš: The tool used to generate DTS API docs is Sphinx, which is already in use in DPDK. The same configuration is used to preserve style with one DTS-specific configuration (so that the DPDK docs are unchanged) that modif

Re: [PATCH v8 5/5] dts: add API doc generation

2024-07-30 Thread Thomas Monjalon
12/07/2024 10:57, Juraj Linkeš: > The tool used to generate DTS API docs is Sphinx, which is already in > use in DPDK. The same configuration is used to preserve style with one > DTS-specific configuration (so that the DPDK docs are unchanged) that > modifies how the sidebar displays the content.

[PATCH v8 5/5] dts: add API doc generation

2024-07-12 Thread Juraj Linkeš
The tool used to generate DTS API docs is Sphinx, which is already in use in DPDK. The same configuration is used to preserve style with one DTS-specific configuration (so that the DPDK docs are unchanged) that modifies how the sidebar displays the content. Sphinx generates the documentation from