commit | e5eb2639b2c72145011c8679bc7c20dc0f5561dd | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Tue Sep 09 15:19:48 2025 +0200 |
committer | Ronald Cron <ronald.cron@arm.com> | Tue Sep 16 12:25:09 2025 +0200 |
tree | 3fec5955c27f45aeed4bce525b06644626f10271 | |
parent | 2ba5d6afccde6d15bfaad1c5e0dae85197702211 [diff] |
readthedocs: Install cmake to build the documentation Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 96d651a..3cc3474 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml
@@ -13,6 +13,8 @@ # Set the version of Python and other tools you might need build: os: ubuntu-20.04 + apt_packages: + - cmake tools: python: "3.9" jobs: