diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-06-22 07:42:03 +0000 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-06-22 08:03:13 +0000 |
commit | 3e41bbf61c4cd6954704ab9c78b8951e6dcf1994 (patch) | |
tree | 3407b324ecb26a2add749482b82bbc00c2ae0af6 | |
parent | 6f1ea8783b9f9d4bf0f6bb97b3454963d5a64223 (diff) |
Fix doc issue
Issue-ID: SO-4084
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Id1e1b8e8be474eef7bf43b9f3a89d7ed2a316552
(cherry picked from commit 7872038bd9a678546a596c570ae8c179ab056216)
-rw-r--r-- | .readthedocs.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9c22c0b401..6b02eb3e34 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -27,10 +27,11 @@ formats: - htmlzip build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt |