From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 22DC4A0471 for ; Tue, 13 Aug 2019 16:41:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0C6921BDAE; Tue, 13 Aug 2019 16:41:51 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id E81561BDAC for ; Tue, 13 Aug 2019 16:41:48 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 415B930860C6 for ; Tue, 13 Aug 2019 14:41:48 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.102]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 57F667A22E; Tue, 13 Aug 2019 14:41:45 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, aconole@redhat.com, msantana@redhat.com References: <1565702536-9596-1-git-send-email-david.marchand@redhat.com> Date: Tue, 13 Aug 2019 10:41:44 -0400 In-Reply-To: <1565702536-9596-1-git-send-email-david.marchand@redhat.com> (David Marchand's message of "Tue, 13 Aug 2019 15:22:16 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Tue, 13 Aug 2019 14:41:48 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] ci: add missing dependencies for documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" David Marchand writes: > Install missing dependencies so that doc can be generated. > While at it, explicitly configure that we want the doc to be generated. > Missing dependencies are then reported as an error rather than silently > ignored. > > Because of these extra dependencies, only build them in dedicated travis > jobs. > > Fixes: ad2b2cfb1ea3 ("ci: enable unit tests with Travis") > > Signed-off-by: David Marchand > --- Makes sense. I didn't see any problems with the doc build - was there an indication that the dependencies were missing? Either way: Acked-by: Aaron Conole