From ec95748f03ca6f45e60e32e3dc5b221cc168d803 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 8 Feb 2019 06:03:43 +1100 Subject: Remove minted from the PDF builds. This is feedback from the Sphinx project. See: https://github.com/sphinx-doc/sphinx/issues/6021#issuecomment-460951653 --- common/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/conf.py') diff --git a/common/conf.py b/common/conf.py index 14d5d48..821f913 100644 --- a/common/conf.py +++ b/common/conf.py @@ -188,7 +188,7 @@ latex_elements = { 'parsedliteralwraps': True, } -latex_additional_files = ['../common/rtemsstyle.sty', '../common/minted.sty', '../common/logo.pdf'] +latex_additional_files = ['../common/rtemsstyle.sty', '../common/logo.pdf'] latex_use_modindex = False # The name of an image file (relative to this directory) to place at the top of -- cgit v1.2.3