diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-06-19 23:25:38 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-06-22 12:36:50 +0100 |
commit | 90f91bdbf54bb36fc379151076e25bdcb0903290 (patch) | |
tree | 9d1d52bcee85604248b7215f01e2440358c9b826 /.readthedocs.yaml | |
parent | 2aeb3766cac7bf2e14fce5080aeb0cb7d4e22a9d (diff) |
Add documentation for ACM failure handling
Issue-ID: POLICY-4713
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I7d3bf6e8455c5af377abffe1f321be80cd061ce0
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f740b76..e49b4bfb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,15 +7,13 @@ version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt - -submodules: - include: all + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py |