From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E810D286281; Tue, 18 Feb 2025 20:59:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.79.88.28 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739912353; cv=none; b=Xv0n028hoyIqFRC08HzG1nGCGgj3S2fuDPBMHeQgKKZYIrsASf2j4aum9z/UgcQaiicTj9pM+S8vURvalNo0N2odaUBrfaPB24jrjM/K0ypOoZi10R9kGzUdu5B+MPeUtad5fVYxOFIe0S7koYY054A0Sfaw8HezlkpR2YqGTFg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739912353; c=relaxed/simple; bh=FFcCgxhkRrZf0oO7SvDjg20o6b0gL5z2N8U26yKZW40=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=C0captvVqwdXTZDVYecE1biXzgtQqpOattkBw5kAi2LgExwtsVPUjckP0gD/tMy2WWZmDKBskTnl/i+Oq5Vz7hcz8tQbhS7eTsRgXvN98jgc6ieCb7GHujDmyo4T91QdRbIy1EM8IQJlU5ZbpAXvZ8zfhaUswTlpupZoR+WkYvY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net; spf=pass smtp.mailfrom=lwn.net; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b=iNmlna4W; arc=none smtp.client-ip=45.79.88.28 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lwn.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b="iNmlna4W" DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 03450411AF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1739912351; bh=xob5bPJV+0BIwWpZL0BhJlMQzelJ36QmFOJ8Wa+YI5c=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=iNmlna4WYoaBHRJGtRyvwiNKLk0ZLSqJriSERXoLLJjWViyDSaslUGE3HcReA3ZH/ QSdsTD3hGP/FHAtOXUKjsZLTPwOI8diQ78Np1cUKwUbOPTKre+YaizfDuUzOMYBtv3 zTOOtKxCBS1JRDZPP7KkAF/+bsPLoAtQWc6i8UxoIrhJ0lwsPVY0X7SeFbAy+6wVve BNWjvW7zvN+pcyNwCqIFoV65fHElImLXiSj3Udo65H8R0D9iQRtS7cQQ7lBBCj6dvQ OCMtNHXgvdw45yelT8PSzX+JyejFmb5yQTbNTE0XaxswX/AHF2N33jDxVowVe2HPIP PJntKSV/BD5YA== Received: from localhost (unknown [IPv6:2601:280:4600:2d7f::1fe]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 03450411AF; Tue, 18 Feb 2025 20:59:10 +0000 (UTC) From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org Subject: Re: [PATCH] scripts/kernel-doc: remove an obscure logic from kernel-doc In-Reply-To: <20250214032457.6444ee93@foz.lan> References: <87wmdt6bv5.fsf@trenco.lwn.net> <20250214032457.6444ee93@foz.lan> Date: Tue, 18 Feb 2025 13:59:10 -0700 Message-ID: <87wmdnm0kh.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Mauro Carvalho Chehab writes: > With regards to the Python transition, since our Makefile allows > switching to a different script since ever[1], I'm playing with > the idea of sending a patch series with: > > Patch 1: > - drops Sphinx version check from both kerneldoc > (-sphinx-version parameter) and the corresponding Sphinx extension; > > patch 2: > - renames kerneldoc to kerneldoc.pl > - creates a symlink: > kerneldoc.pl -> kerneldoc > > patch 3: > - adds kerneldoc.py: > > patch 4: > - add info messages on both versions related to the transition, > and instructions about using KERNELDOC=