From 2bcd424b4bc923cbf78efa91347ac82b26681737 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 10 Mar 2016 11:48:15 -0500 Subject: Switch to using Minted and splitting long lines in verbatim. --- common/waf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/waf.py') diff --git a/common/waf.py b/common/waf.py index 0b24f0b..ba63409 100644 --- a/common/waf.py +++ b/common/waf.py @@ -65,6 +65,8 @@ def check_sphinx_version(ctx, minver): def cmd_configure(ctx): ctx.load('tex') + ctx.env.append_value('PDFLATEXFLAGS', '-shell-escape') + ctx.find_program("sphinx-build", var="BIN_SPHINX_BUILD", mandatory=True) ctx.find_program("aspell", var="BIN_ASPELL", mandatory=False) ctx.find_program("inliner", var="BIN_INLINER", mandatory=False) -- cgit v1.2.3