commit | 0443e24f788d6db1e6c714b2b0e50d11c86e2605 | [log] [tgz] |
---|---|---|
author | Xinyu Zhang <xinyu.zhang@arm.com> | Fri Jun 25 15:45:14 2021 +0800 |
committer | Xinyu Zhang <xinyu.zhang@arm.com> | Fri Jun 25 15:48:10 2021 +0800 |
tree | b92fb3c95540244ea9a3e6db5f572661f46f1d1c | |
parent | 14d6bf76c6fe94740195c59ff6c7a0e215ade279 [diff] |
TF-M Build: Set docutils version to 0.16 The default version of docutils in docker is 0.17.1. TF-M docs could not generate expected bullet lists with this version. Set docutils version to 0.16 in dockerfile. Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> Change-Id: I0140cd4c4e799923a42358fc1f0d5ed74a59d83d
diff --git a/bionic-amd64-tf-m-build/requirements_python3.txt b/bionic-amd64-tf-m-build/requirements_python3.txt index 4f43ff1..0ced815 100644 --- a/bionic-amd64-tf-m-build/requirements_python3.txt +++ b/bionic-amd64-tf-m-build/requirements_python3.txt
@@ -1,5 +1,6 @@ cbor==1.0.0 cryptography==2.7 +docutils==0.16 Jinja2==2.10 MarkupSafe==1.1.0 PyYAML==3.12