From: Antonin Godard Date: Thu, 26 Jun 2025 15:15:43 +0000 (+0200) Subject: python3-sphinx-argparse: add recipe X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84d1a347195a3cd702468b01a71e787c3e007488;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-sphinx-argparse: add recipe This Sphinx extension can be used to autogenerate documentation for any python module returning an argument parser from argparse. It can used in places of the documentation where the --help output is currently hardcoded, and generate formatted documentation instead. Signed-off-by: Antonin Godard --- diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index d94fb693e39..c20fd6b27b3 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -718,6 +718,7 @@ RECIPE_MAINTAINER:pn-python3-snowballstemmer = "Tim Orling