The note about the prefix of the package pyelftools was not showed in the documentation output because the syntax was missing a colon, so it was considered as a simple comment in the source file.
Signed-off-by: Thomas Monjalon <[email protected]> --- doc/guides/freebsd_gsg/build_dpdk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/freebsd_gsg/build_dpdk.rst b/doc/guides/freebsd_gsg/build_dpdk.rst index f98292bf41..a442473ec2 100644 --- a/doc/guides/freebsd_gsg/build_dpdk.rst +++ b/doc/guides/freebsd_gsg/build_dpdk.rst @@ -18,7 +18,7 @@ The following FreeBSD packages are required to build DPDK: * pkgconf * py38-pyelftools -.. note: +.. note:: The specific package for pyelftools is dependent on the version of python in use, Python 3.8 being the version at type of writing, hence the ``py38`` prefix. -- 2.51.0

