From mboxrd@z Thu Jan 1 00:00:00 1970 From: John McNamara Subject: [PATCH] doc: remove dejavu font from doc build Date: Tue, 20 Oct 2015 12:32:10 +0100 Message-ID: <1445340730-32687-1-git-send-email-john.mcnamara@intel.com> To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 067318E82 for ; Tue, 20 Oct 2015 13:32:18 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Remove requirement for occasionally hard to find/install DejaVuSansMono font. It isn't gnerally required anyway. The default mono font is sufficient. Signed-off-by: John McNamara --- doc/guides/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/guides/conf.py b/doc/guides/conf.py index 8cfb7d3..e060462 100644 --- a/doc/guides/conf.py +++ b/doc/guides/conf.py @@ -61,7 +61,6 @@ latex_documents = [ # Latex directives to be included directly in the latex/pdf docs. latex_preamble = r""" \usepackage[utf8]{inputenc} -\usepackage{DejaVuSansMono} \usepackage[T1]{fontenc} \usepackage{helvet} \renewcommand{\familydefault}{\sfdefault} -- 1.8.1.4