Message ID | 20250626-buildtools-docs-additions-v1-3-f0a80b001998@bootlin.com |
---|---|
State | New |
Headers | show |
Series | Buildtools docs tarball additions | expand |
diff --git a/meta/recipes-core/meta/buildtools-docs-tarball.bb b/meta/recipes-core/meta/buildtools-docs-tarball.bb index b9ef68eb6d..24fbc33000 100644 --- a/meta/recipes-core/meta/buildtools-docs-tarball.bb +++ b/meta/recipes-core/meta/buildtools-docs-tarball.bb @@ -7,6 +7,8 @@ LICENSE = "MIT" # Add nativesdk equivalent of build-essentials TOOLCHAIN_HOST_TASK += "\ nativesdk-python3-sphinx \ + nativesdk-python3-sphinx-argparse \ + nativesdk-python3-sphinx-copybutton \ nativesdk-python3-sphinx-rtd-theme \ nativesdk-python3-pyyaml \ nativesdk-rsvg \
Include these sphinx extensions in the buildtools tarball to make them available when building the documentation. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- meta/recipes-core/meta/buildtools-docs-tarball.bb | 2 ++ 1 file changed, 2 insertions(+)