From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DDD9DC28CC0 for ; Thu, 30 May 2019 16:43:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BD5A625DD7 for ; Thu, 30 May 2019 16:43:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727642AbfE3Qns (ORCPT ); Thu, 30 May 2019 12:43:48 -0400 Received: from ms.lwn.net ([45.79.88.28]:57494 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725961AbfE3Qnr (ORCPT ); Thu, 30 May 2019 12:43:47 -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 E1D58728; Thu, 30 May 2019 16:43:46 +0000 (UTC) Date: Thu, 30 May 2019 10:43:45 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Matthew Wilcox , Federico Vaga , Joel Nider , Mike Rapoport Subject: Re: [PATCH 00/10] Improvements to the documentation build system Message-ID: <20190530104345.6c7184fe@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, 29 May 2019 20:09:22 -0300 Mauro Carvalho Chehab wrote: > This series contain some improvements for the building system. > > I sent already several of the patches here. They're rebased on the > top of your docs-next tree: The set is now applied... > patch 1: gets rid of a warning since version 1.8 (I guess it starts > appearing with 1.8.6); This one I'd already picked up before. > patches 2 to 4: improve the pre-install script; > > patches 5 to 8: improve the script with checks broken doc references; > > patch 9: by default, use "-jauto" with Sphinx 1.7 or upper, in order > to speed up the build. I put in the tweak we discussed here. > patch 10 changes the recommended Sphinx version to 1.7.9. It keeps > the minimal supported version to 1.3. > > Patch 4 contains a good description of the improvements made at > the build system. Thanks, jon