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

2024-08-20 Thread Juraj Linkeš
On 19. 8. 2024 19:53, Dean Marx wrote: On Mon, Aug 19, 2024 at 10:37 AM Dean Marx > wrote: I ran into some dependency issues while testing that I figured I'd mention here. My build failed while running meson setup with the -Denable_docs=true option since

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

2024-08-19 Thread Dean Marx
On Mon, Aug 19, 2024 at 10:37 AM Dean Marx wrote: > I ran into some dependency issues while testing that I figured I'd mention > here. My build failed while running meson setup with the -Denable_docs=true > option since I didn't have the sphinx-build module installed, then my > compilation failed

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

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

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

2024-08-19 Thread Dean Marx
I ran into some dependency issues while testing that I figured I'd mention here. My build failed while running meson setup with the -Denable_docs=true option since I didn't have the sphinx-build module installed, then my compilation failed while running ninja -C because I didn't have a package call

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

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

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

2024-08-14 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. There's other Sphinx configuration relate