From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 62E0037AF for ; Sun, 1 Nov 2015 16:00:51 +0100 (CET) Received: by wicfx6 with SMTP id fx6so35862007wic.1 for ; Sun, 01 Nov 2015 07:00:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=moR6kWKIZ7rtaWcFTThUD6bg9d+S17LQDeSS1eGc39k=; b=TWOMYFbwlec716243vHTgFLbam83ybDd9JQZCORUFZNWkW8keBgZLEsD6lSIVb4zxO PjA1jmXALAxd9R/JA5onN+bxtOjq+GDb7ubwLGZLvdi0npVrizSsEVBpu/H3GsSsMD9d gDQIjT6xNjXP04ea/MYVcvBqWu6NkP0ufi4bbakGifGyyIc4wPeP+yUcI+Y+lDuIc9wQ hNknAhk842WpJdljh/HtSKxh7pa8s83ywGzMOIdv36vjNqW2MACf8WNuPJTWbDK6dfnT aDdW4kgWXONwb3kGKBoR2jnyW3S+IIz/BWvOGfS+aYjFAN+ANLgLOYL5Zu0JPKakjQwV rB6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=moR6kWKIZ7rtaWcFTThUD6bg9d+S17LQDeSS1eGc39k=; b=T/E7rhyrcLcuWGZZeqhhPiplr1BIQ96wFdYUf6Y6CaS+Nv66MKdH2vgNKZCcutD07L GLW0KvY7ZAss17PrO+M/jhihdEYUjlcw+IIHasyBLRQQf1lxmP2jmaaABtMJnj8NByW8 q5pi9MmNRosszfhT5n12+EI6B7Jxuv0DMClerD5PTgVrCXF+U3I1XBFckxE6tDwVmQCX i1UsNaNbr319XGJ6QkffFPBdBzNMw6Rzcm4EqVJ+00l88daiYaJhVJe1twySpBETNLyB McC5jXsMn5jNkh2CMLc5o0lP9TXBzgyS8kUlRA9w6zNsyUTMCyG8tK7I3tONMu9Bqk4D L9Tg== X-Gm-Message-State: ALoCoQkLF4A0R6VTtAoRpC7O/k2fHhuLdqJNQjsiLh9czdxmAfIl1wfHgO+QM68kRPfVcHXtZGVJ X-Received: by 10.194.71.84 with SMTP id s20mr18748667wju.89.1446390051282; Sun, 01 Nov 2015 07:00:51 -0800 (PST) Received: from xps13.localnet (59.26.90.92.rev.sfr.net. [92.90.26.59]) by smtp.gmail.com with ESMTPSA id r5sm5638640wjf.18.2015.11.01.07.00.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Nov 2015 07:00:50 -0800 (PST) From: Thomas Monjalon To: John McNamara Date: Sun, 01 Nov 2015 15:59:39 +0100 Message-ID: <1704990.K4gzl59Jnf@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446387213-7568-1-git-send-email-john.mcnamara@intel.com> References: <1445340730-32687-1-git-send-email-john.mcnamara@intel.com> <1446387213-7568-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] doc: remove dejavu font from doc build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Nov 2015 15:00:51 -0000 2015-11-01 14:13, John McNamara: > 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 > Acked-by: Harry van Haaren [...] > --- a/doc/guides/contributing/documentation.rst > +++ b/doc/guides/contributing/documentation.rst > -* TexLive (at least TexLive-core, extra Latex support and extra fonts). > +* TexLive. Why not keep minimum requirements? (TexLive-core and extra Latex support)