Re: [PATCH v8 4/5] doc: guides and API meson improvements

2024-08-01 Thread Juraj Linkeš
On 30. 7. 2024 15:28, Thomas Monjalon wrote: 12/07/2024 10:57, Juraj Linkeš: The Sphinx script argument parsing improvement gives us more flexibility going forward, such as the ability to add non-positional arguments. You should describe what is changed and why. The Sphinx script argumen

Re: [PATCH v8 4/5] doc: guides and API meson improvements

2024-07-30 Thread Thomas Monjalon
12/07/2024 10:57, Juraj Linkeš: > The Sphinx script argument parsing improvement gives us more > flexibility going forward, such as the ability to add non-positional > arguments. You should describe what is changed and why. > -release = environ.setdefault('DPDK_VERSION', "None") > -version = rel

[PATCH v8 4/5] doc: guides and API meson improvements

2024-07-12 Thread Juraj Linkeš
The Sphinx script argument parsing improvement gives us more flexibility going forward, such as the ability to add non-positional arguments. Signed-off-by: Juraj Linkeš Reviewed-by: Luca Vizzarro Reviewed-by: Jeremy Spewock Acked-by: Bruce Richardson Tested-by: Luca Vizzarro Tested-by: Nichol