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=-0.8 required=3.0 tests=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 56361C4332D for ; Thu, 19 Mar 2020 18:42:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3376820787 for ; Thu, 19 Mar 2020 18:42:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726663AbgCSSmU (ORCPT ); Thu, 19 Mar 2020 14:42:20 -0400 Received: from ms.lwn.net ([45.79.88.28]:35016 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726589AbgCSSmU (ORCPT ); Thu, 19 Mar 2020 14:42:20 -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 453FF384; Thu, 19 Mar 2020 18:42:20 +0000 (UTC) Date: Thu, 19 Mar 2020 12:42:19 -0600 From: Jonathan Corbet To: Federico Vaga Cc: linux-doc@vger.kernel.org Subject: Re: Sphinx Use Of 'autosectionlabel' Message-ID: <20200319124219.3a834f99@lwn.net> In-Reply-To: <1651548.KylsOV6ox4@harkonnen> References: <1651548.KylsOV6ox4@harkonnen> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Sun, 15 Mar 2020 20:15:04 +0100 Federico Vaga wrote: > a while ago we had a chat about the sphinx option > 'sphinx.ext.autosectionlabel' > > https://lkml.org/lkml/2019/11/24/85 > > I can't see this patch in "docs-next". Are you planning to apply it, or should > I continue to use/add labels? This means that I simply lost track of the whole thing. I think it makes sense to do this, let me go dig up that patch... Thanks, jon