https://bugs.dpdk.org/show_bug.cgi?id=1757
Bug ID: 1757 Summary: Remove optional poetry docs build workflow Product: DPDK Version: 25.03 Hardware: All OS: All Status: UNCONFIRMED Severity: minor Priority: Normal Component: DTS Assignee: dev@dpdk.org Reporter: pr...@iol.unh.edu CC: juraj.lin...@pantheon.tech, pr...@iol.unh.edu Target Milestone: --- Currently there are two docs workflows available for DTS - the "normal" DPDK build workflow like: meson setup my-build ninja -C my-build doc And this is totally satisfactory for our purposes. There is also an alternate docs build process through poetry which is explained in dts.rst. But, the build result "improvements" for using this are minor and the downsides associated with promoting this workflow (instead of just directing people to the standard docs build process) are significant. So, let's remove this poetry dts docs build explanation from dts.rst. -- You are receiving this mail because: You are the assignee for the bug.