Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751457AbdGQTkz (ORCPT ); Mon, 17 Jul 2017 15:40:55 -0400 Received: from ms.lwn.net ([45.79.88.28]:44028 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751316AbdGQTkx (ORCPT ); Mon, 17 Jul 2017 15:40:53 -0400 Date: Mon, 17 Jul 2017 13:40:51 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/6] Better document Sphinx install instructions Message-ID: <20170717134051.53c14205@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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 528 Lines: 17 On Fri, 14 Jul 2017 13:41:15 -0300 Mauro Carvalho Chehab wrote: > The Sphinx build chain is fragile: any upgrades can cause it to break. > > That's what happened this week, when I upgraded my machines to > Fedora 26. > > So, add a separate chapter at sphinx.rst with Sphinx install instructions, > moving it out of changes.rst. and better name patch 2/6. > > v2: improved the text at changes.rst to point to the file name with the > Sphinx build instructions. I've applied this set, thanks. jon