summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoyan Karatotev <boyan.karatotev@arm.com>2023-02-16 15:29:52 +0000
committerBoyan Karatotev <boyan.karatotev@arm.com>2023-02-16 15:29:52 +0000
commit3aa919eb278e7e0b23742ea043d79e1b1f1d75c6 (patch)
tree245c91965348b9cfa12662b73c2a6f81fc6df87b
parenta7773c590d0319bdf3b4ddc67c7b22180020224b (diff)
downloadarm-trusted-firmware-3aa919eb278e7e0b23742ea043d79e1b1f1d75c6.tar.gz
fix(docs): python version must be string
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: If5886f8adb391edf3771112cd8e20957a454eae0
-rw-r--r--.readthedocs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 99525b5d5..3663f377a 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -12,7 +12,7 @@ version: 2
build:
os: ubuntu-22.04 # Ubuntu Jammy LTS
tools:
- python: 3.10
+ python: "3.10"
python:
install: