commit | d24752ef551c67c5185001bdc9d1658e340cbba2 | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <manish.badarkhe@arm.com> | Thu Feb 16 16:46:40 2023 +0100 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Thu Feb 16 16:46:40 2023 +0100 |
tree | c7affd955731556584bb5c7fba5ceaa03675f460 | |
parent | b19a9480424fe9eb8db946f072c4a10fe03f1465 [diff] | |
parent | 319d23a91fed0030bbd90bd801dfba229acfdfce [diff] |
Merge "fix(docs): python version must be string" into integration
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 99525b5..3663f37 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml
@@ -12,7 +12,7 @@ build: os: ubuntu-22.04 # Ubuntu Jammy LTS tools: - python: 3.10 + python: "3.10" python: install: