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 BC549C77B60 for ; Fri, 28 Apr 2023 13:22:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345941AbjD1NW5 (ORCPT ); Fri, 28 Apr 2023 09:22:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229866AbjD1NW5 (ORCPT ); Fri, 28 Apr 2023 09:22:57 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1E331BE7; Fri, 28 Apr 2023 06:22:54 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (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 F2DE8823; Fri, 28 Apr 2023 13:22:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net F2DE8823 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1682688174; bh=zUjrowaA061UdFkXthvkaHf1ukRG5BhR9rnvGt4PSik=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Ab9ZbYPFGWG4tpoAoSnfWMdPcSaAozEA711xCAE5deF5sv8ADv0eWCKiWTRaY13so KTChugQOqSmjjT26wFXtRwY311w2Av4NLQVorAn9TdvBXeKl0wVJ9USEAuh05FG7rL qcun4u+hd8546PuHnhNBLZL4ItPpX9Gjpg63tVJIcyFjn1u7sOhHtUZgRZaLiilh1Q DDuFjQtco0EV779jgLHrPN0wNmBvfMdu4/DdP71fOeEFi1BTkaFDInc9oKfGDYy6lc CgHy5uU69wKcClZVpuAsMGODLpTG1LpW/aZJ9T4KrnPKxl6GggPZSFFWcPcJysWj/i FVqxJUB9GLHcw== From: Jonathan Corbet To: Mauro Carvalho Chehab , Costa Shulyupin Cc: linux-doc@vger.kernel.org, open list Subject: Re: [PATCH] docs: redirect from old arch to the new one In-Reply-To: <20230428132415.0d0f5a03@sal.lan> References: <20230427101241.1273752-1-costa.shul@redhat.com> <20230428132415.0d0f5a03@sal.lan> Date: Fri, 28 Apr 2023 07:22:53 -0600 Message-ID: <87r0s4b0pe.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Mauro Carvalho Chehab writes: > Again, as this is something that only applies to websites hosting > documentation, IMO the best would be to have a separate file > ("conf_redirects.py") included on conf.py, that will be > auto-generated by a script that would receive, as input, the > initial Kernel version where redirects should be preserved. ...but again...I think we should observe an actual problem before we start adding any of this. Otherwise we'll just end up carrying a bunch of cruft indefinitely. jon