commit | ad39a9d875e48874e78c4a7e62949fa3187679ca | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Thu May 15 08:47:34 2025 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Mon Jun 02 07:38:43 2025 +0000 |
tree | dc1f629704a3e77f0c46e626fd28f9b27e530f17 | |
parent | a116cae1c2f5494fd576b30d0b6ea710a4ad4dff [diff] |
build(poetry): wrap docs build in poetry Simplify building documentation by wrapping the Sphinx command inside a Poetry environment. Previously, the developer had to manually activate Poetry and install the docs group. This change makes the process consistent with other build targets and reduces user error. Falls back gracefully if Poetry is not installed. Change-Id: I1dfea58314253773bec5e2c70d27e2216e3143d9 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>