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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8DA4C433F5 for ; Thu, 29 Sep 2022 19:14:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229619AbiI2TOw (ORCPT ); Thu, 29 Sep 2022 15:14:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbiI2TOt (ORCPT ); Thu, 29 Sep 2022 15:14:49 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 241F113FB7; Thu, 29 Sep 2022 12:14:43 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73:8b7:7001:c8aa:b65f]) (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 A1A3C734; Thu, 29 Sep 2022 19:14:43 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net A1A3C734 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1664478883; bh=Dalettx/wHDsttqTo3jOHGLJpEGvUL0FT9FOrU3OHUk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=GCyY6RY75+MFCi3d8nVUAQfiifX83mm/aCo0SYVRXyBXTo/a562MU0aM4s5v4UdTB tU1rbpchTHXGd92VrpoX/RPD4TYgNnDMT7lbq92YQvRMyAmV4V7zZDB6GzHr7L+op4 BFrfX1bkqa2x+rEh0oO/1TIP+5bif8mWMRqhzybIZmfXuipOHXVZbKKVamdRWZsmQb i24kmKwL3HMMKrlQjMBwVCdgOANh2IOsa+UdZ76cqxUOmUK9Kuefb38w13u+lcysc9 3VOP5mBAbUw6WVHLf/U6rStYJfsTFXkxok+XzXTFxlyswKGzXZi1Dxl6d6bOPanU0r CGHict7VMRwMA== From: Jonathan Corbet To: Akira Yokosawa Cc: Mauro Carvalho Chehab , Randy Dunlap , Mauro Carvalho Chehab , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Akira Yokosawa Subject: Re: [PATCH] docs/doc-guide: Add documentation on SPHINX_IMGMATH In-Reply-To: <2429b482-089e-8678-2c10-176cab612426@gmail.com> References: <2429b482-089e-8678-2c10-176cab612426@gmail.com> Date: Thu, 29 Sep 2022 13:14:43 -0600 Message-ID: <875yh6hu1o.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Akira Yokosawa writes: > On Fri, 16 Sep 2022 19:08:05 +0900, Akira Yokosawa wrote: >> Now that building html docs with math expressions does not need texlive >> packages, remove the note on the requirement in the "Sphinx Install" >> section. >> >> Instead, add sections of "Math Expressions in HTML" and "Choice of Math >> Renderer". >> Describe the effect of setting SPHINX_IMGMATH in the latter section. >> >> Signed-off-by: Akira Yokosawa >> Cc: Mauro Carvalho Chehab >> Cc: Randy Dunlap > Gentle ping. > > Jon, is there anything I need to do for improving this? Nope, just need to wait for me to recover from the fall European tour... applied now, thanks. jn