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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 0084BC4727D for ; Tue, 6 Oct 2020 16:56:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A70E9206F7 for ; Tue, 6 Oct 2020 16:56:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726444AbgJFQ4i (ORCPT ); Tue, 6 Oct 2020 12:56:38 -0400 Received: from smtprelay0192.hostedemail.com ([216.40.44.192]:36932 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725902AbgJFQ4h (ORCPT ); Tue, 6 Oct 2020 12:56:37 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay02.hostedemail.com (Postfix) with ESMTP id BDBD763D; Tue, 6 Oct 2020 16:56:36 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: juice93_3f08596271c8 X-Filterd-Recvd-Size: 2140 Received: from XPS-9350.home (unknown [47.151.133.149]) (Authenticated sender: joe@perches.com) by omf09.hostedemail.com (Postfix) with ESMTPA; Tue, 6 Oct 2020 16:56:32 +0000 (UTC) Message-ID: <1c2595d8df301b1e7f42a6f0093321a41bfea825.camel@perches.com> Subject: Re: [PATCH v5 00/52] Fix html build with Sphinx 3.1 and above From: Joe Perches To: Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet Cc: linux-kernel@vger.kernel.org, "David S. Miller" , "Rafael J. Wysocki" , Alexander Aring , Andrew Morton , Anton Vorontsov , Colin Cross , Daniel Lezcano , Daniel Thompson , Daniel Vetter , David Airlie , Jakub Kicinski , Jaroslav Kysela , Jason Wessel , Kees Cook , Maarten Lankhorst , Mauro Carvalho Chehab , Maxime Ripard , Mike Rapoport , Moritz Fischer , Sean Young , Stefan Schmidt , Tejun Heo , Thomas Zimmermann , Tony Luck , Viresh Kumar Date: Tue, 06 Oct 2020 09:56:31 -0700 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.4-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2020-10-06 at 16:02 +0200, Mauro Carvalho Chehab wrote: > This series add proper support for Sphinx 3.1 and above for building the html docs. Thanks Mauro. I do like how the source docs are simplified for human reading instead of having to mentally skip useless markup notations.