Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751293AbdGQJgu (ORCPT ); Mon, 17 Jul 2017 05:36:50 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:52178 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751178AbdGQJgs (ORCPT ); Mon, 17 Jul 2017 05:36:48 -0400 Date: Mon, 17 Jul 2017 06:36:40 -0300 From: Mauro Carvalho Chehab To: Markus Heiser Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: Re: [PATCH 3/5] sphinx-pre-install: use a requirements file Message-ID: <20170717063640.4da88f97@vento.lan> In-Reply-To: <1D7A6D39-CCF0-45D2-AE8A-B7E186ADB371@darmarit.de> References: <22d051ea2ebeab2244184e60669253706cff7bd9.1500241961.git.mchehab@s-opensource.com> <1D7A6D39-CCF0-45D2-AE8A-B7E186ADB371@darmarit.de> Organization: Samsung X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 942 Lines: 31 Em Mon, 17 Jul 2017 08:00:07 +0200 Markus Heiser escreveu: > > Am 17.07.2017 um 00:08 schrieb Mauro Carvalho Chehab : > > > > Instead of using 3 commands to install a virtualenv, use > > a single one, reading the requirements from this file: > > > > Documentation/sphinx/requirements.txt > > > > Signed-off-by: Mauro Carvalho Chehab > > Hi Mauro, > > I get a .. > > fatal: sha1 information is lacking or useless (Documentation/doc-guide/sphinx.rst) > > and I miss the Documentation/doc-guide/sphinx.rst file in this patch. > > Did it only happened to me? Sorry, I forgot to mention. This patch depends on the patch series I posted before adding information about the Sphinx install procedures: [PATCH v2 0/6] Better document Sphinx install instructions https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1444295.html Thanks, Mauro