Switch to using Minted and splitting long lines in verbatim.

This commit is contained in:
Amar Takhar
2016-03-10 11:48:15 -05:00
committed by Amar Takhar
parent 63eaa6fbf0
commit 2bcd424b4b
3 changed files with 11 additions and 1 deletions

View File

@@ -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)