From d3ce1dc637c1bbef9a407f10281b2bc0549256da Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Tue, 9 Jul 2019 15:11:17 +0200 Subject: [PATCH] doc: fix PDF build The command "make doc-guides-pdf" is failing because there are more than 1500 lines in the file MAINTAINERS which is included in the contributing guide. We are facing the issue mentioned in this comment: https://github.com/sphinx-doc/sphinx/issues/3099#issuecomment-256440704 Anyway the file MAINTAINERS is mentioned several times in the guide. So the "literalinclude" is removed from the guide to fix the build of the PDF. Signed-off-by: Thomas Monjalon Tested-by: Ferruh Yigit --- doc/guides/contributing/patches.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index 3b2b174ada..f37fb55571 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -648,12 +648,3 @@ patch accepted. The general cycle for patch review and acceptance is: than rework of the original. * Trivial patches may be merged sooner than described above at the tree committer's discretion. - -DPDK Maintainers ----------------- - -The following are the DPDK maintainers as listed in the ``MAINTAINERS`` file -in the DPDK root directory. - -.. literalinclude:: ../../../MAINTAINERS - :lines: 3- -- 2.20.1