diff options
author | 2023-06-16 23:38:08 +0530 | |
---|---|---|
committer | 2023-06-21 22:35:36 +0530 | |
commit | 3c7a3242e3746ea3850703e421e485229171b730 (patch) | |
tree | e089d8b0d03995c31168d9a0eeedc247e3d7b305 /.readthedocs.yaml | |
parent | deb19971b1335e18b728061d7eec62ecb6eb3955 (diff) |
Support of the status_notification_uri in A1Policy creation
Issue-ID: CCSDK-3911
Change-Id: I3ada7a16db879a06f3b446025cf1fd794d67ac22
Signed-off-by: nitincg <nitin2.jain@capgemini.com>
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8b..e442ca78 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 |