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 77C83A2EEB for ; Fri, 13 Sep 2019 12:59:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 74E741F02A; Fri, 13 Sep 2019 12:59:35 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 42F6D1F024 for ; Fri, 13 Sep 2019 12:59:33 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 1E40A410; Fri, 13 Sep 2019 06:59:32 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 13 Sep 2019 06:59:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=16RCyZen7opHyXqPCQ+ww0N5n+QRF7Y0GTdwk4uwtog=; b=rLjaAxIiAz5p cLZla94xJHsNKvOjrctj0dhVeo+y9g6dqDa15jTWwGMlPCRmLYF73zbY4W1agLb8 u03svJT9tPkjb0eAhfC3LgeEXetXvw4sin8A9XHmPcrKbtaPU1/OFSexISBY8jP4 fN0FLW5keLOLKc+Ou9Yst2AVFfCSyx0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=16RCyZen7opHyXqPCQ+ww0N5n+QRF7Y0GTdwk4uwt og=; b=itvqFFqxYKwAjj6E77uVBD/5YUD8qP6N1Y0tmOA8o6soK2gzOzMpiN8J9 NU+8Zy/Eu0mH/140vndhSOaGgIrPFM93YsQb6N+lvI6P2i99J9KZ7lgxFD65dRtH wLSTeyH1yybQU57P43WNPcnNBL/GC4U2WyZszUwKTcXIuMyuuwkGTqDhkZ7VLy6E xO2XAYCu/UQ/sZ82YHXnykXguSf/MLPlQFyEeTnohrzhb2Iccurk/RjDZVqEeBBb GGE4yHdzCD/2hVpFhz9q05kJYUT/XC6D6otFCOCho6lzVbaupzc7PVwDwNScu9Yd hJCJP2rpfzdLXUmCPTynnfQy8HrUw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrtdejgdefgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D0E3380065; Fri, 13 Sep 2019 06:59:25 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Aaron Conole Date: Fri, 13 Sep 2019 12:59:24 +0200 Message-ID: <11793184.q3l5gZMxMG@xps> In-Reply-To: References: <1565702536-9596-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 13/08/2019 16:41, Aaron Conole: > 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 > Acked-by: Aaron Conole Applied, thanks