From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v5 7/7] doc: remove blank pages in pdf Date: Thu, 19 Mar 2015 12:23:24 +0100 Message-ID: <1426764204-3882-8-git-send-email-thomas.monjalon@6wind.com> References: <1422972678-7982-1-git-send-email-john.mcnamara@intel.com> <1426764204-3882-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev-VfR2kkLFssw@public.gmane.org To: john.mcnamara-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org Return-path: In-Reply-To: <1426764204-3882-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" The "manual" Latex template provided by Sphinx introduce a lot of useless and confusing blank pages. Let's remove them. Signed-off-by: Thomas Monjalon --- doc/guides/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/conf.py b/doc/guides/conf.py index 168efa6..b1ef323 100644 --- a/doc/guides/conf.py +++ b/doc/guides/conf.py @@ -63,6 +63,9 @@ latex_preamble = r""" latex_elements = { 'papersize': 'a4paper', 'pointsize': '11pt', + # remove blank pages + 'classoptions': ',openany,oneside', + 'babel': '\\usepackage[english]{babel}', # customize Latex formatting 'preamble': latex_preamble } -- 2.2.2