Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp902271ybm; Wed, 22 May 2019 13:36:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqzea5gZFFixR7aGmrjHaxaZ4UntFlzmzU1LwaGNPhrZ1RajS8Mp/3ONE6A5YRdJFHfhhkoe X-Received: by 2002:a17:902:e708:: with SMTP id co8mr90853133plb.141.1558557389624; Wed, 22 May 2019 13:36:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558557389; cv=none; d=google.com; s=arc-20160816; b=rbYvKZhu4GoPpPx9q+6DsgJcGSEZ7Szr7qel/PewLxQi4l2wIpFr2krD9hcIVgXr0H BIWFem2Sr4EMpMmC7EpEWky96p2Pl0eM4Q8JBsU1CqzTp4MUYsw5dknirNBNxGtu15F+ uX/268GgHRmxiC5bfQ4dno8O7RaD8Kr8LPUanxuty31LUtS0BzwgxuT+k+ajrtp5mFCE lgoMY34Ax8OBFuKzND/8FHSXd0F+J28Hpb7/HPpU41E/tmUvS1g7mARsY/eI6DBdxBUA plZpfhCLdAemKfYuNcN8v8sf6iap/mhJ0lbMYG36yCdIzGL2IJ3y2Pe9C6frGbeUPuMo QzHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=rAz3bGQ9jvcxyc784fiNgAxt9oc+Q+/cNOzraTCjsgg=; b=n9wjWESpbEOkvhrEUyY3ATz2QNbpOIr+I0yMWpT8MOTloefTubt6erNapIVHv3OqzC ztbHoQfMtUPGic16wxqjtmAeG8nyDD+Ll7Yy7tqcq+vLrwf3ESDlTBoruHJ09H+movCf Ff9aBaM14j1dr+ovFTcwnDa5/GUI7fIrSboLexkGuiR9o+QlvsCLlACzQeetQZqLIG6J gc3et9Sea3ioXJFIuN32kIKuEgR3ttyZsmPH0DxDpzFcSxr9fcYiAoOGlW1+euYvYcZw efI1n9/66gn2Ayut3y93j51N78EJEeVorer7sfF95VDkPx2okA1dfuVj9yKmWkZ+jB0s P5TQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h96si27090244plb.281.2019.05.22.13.36.13; Wed, 22 May 2019 13:36:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729848AbfEVUfI (ORCPT + 99 others); Wed, 22 May 2019 16:35:08 -0400 Received: from ms.lwn.net ([45.79.88.28]:49210 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728761AbfEVUfI (ORCPT ); Wed, 22 May 2019 16:35:08 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 58121AAB; Wed, 22 May 2019 20:35:07 +0000 (UTC) Date: Wed, 22 May 2019 14:35:06 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Markus Heiser , Jani Nikula , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] scripts/sphinx-pre-install: make it handle Sphinx versions Message-ID: <20190522143506.34049678@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 22 May 2019 13:28:34 -0400 Mauro Carvalho Chehab wrote: > As we want to switch to a newer Sphinx version in the future, > add some version detected logic, checking if the current > version meets the requirement and suggesting upgrade it the > version is supported but too old. > > Signed-off-by: Mauro Carvalho Chehab I've applied this in the branch with my other fixes (coming soon to a mailing list near you), thanks. I do think we eventually want to emit a warning during a normal docs build as well, and to raise the recommended version, but one step at a time... jon