> -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Wednesday, May 12, 2021 5:25 AM > To: dev@dpdk.org > Cc: bruce.richard...@intel.com; david.march...@redhat.com; > sta...@dpdk.org; Ruifeng Wang <ruifeng.w...@arm.com>; Ciara Power > <ciara.po...@intel.com> > Subject: [PATCH] doc: remove PDF requirements > > The documentation is generated in HTML only. > The PDF format is abandoned since DPDK 20.11 while dropping support of > the make-based build. > > This decision has been mentioned by the Technical Board: > https://mails.dpdk.org/archives/dev/2021-January/195549.html > > Fixes: 3cc6ecfdfe85 ("build: remove makefiles") > Cc: sta...@dpdk.org > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > --- > devtools/checkpatches.sh | 3 +- > doc/guides/conf.py | 43 ------------- > doc/guides/contributing/documentation.rst | 74 +++-------------------- > 3 files changed, 11 insertions(+), 109 deletions(-) >
Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com>