diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-06-21 23:25:11 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-06-21 22:27:38 +0000 |
commit | 595ae1e392757e4e4b14c6b138de02aacf0d3d5c (patch) | |
tree | 6f3944bbcc2539f377f78262240a4947080ac87d | |
parent | 2877eedcc049de2509bad6030ccbf50175bc02cc (diff) |
Fix docs failure
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ifd8f8e9acc9ff60524594e77db40cde1a14510ee
Issue-ID: SDC-4548
-rw-r--r-- | .readthedocs.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb9..e442ca7804 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,10 +9,11 @@ formats: - htmlzip build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt |