Re: [PATCH v4 0/3] dts: API docs generation

2024-04-29 Thread Patrick Robb
On Mon, Apr 29, 2024 at 9:49 AM Jeremy Spewock wrote: > > > The patchset contains the .rst sources which Sphinx uses to generate the > > html pages. These were first generated with the sphinx-apidoc utility > > and modified to provide a better look. The documentation just doesn't > > look that g

Re: [PATCH v4 0/3] dts: API docs generation

2024-04-29 Thread Jeremy Spewock
> The patchset contains the .rst sources which Sphinx uses to generate the > html pages. These were first generated with the sphinx-apidoc utility > and modified to provide a better look. The documentation just doesn't > look that good without the modifications and there isn't enough > configurati

[PATCH v4 0/3] dts: API docs generation

2024-04-12 Thread Juraj Linkeš
The generation is done with Sphinx, which DPDK already uses, with slightly modified configuration of the sidebar present in an if block. Dependencies are installed using Poetry from the dts directory: poetry install --with docs After installing, enter the Poetry shell: poetry shell And then ru