From: thmsdt Date: Thu, 22 Jun 2023 09:48:24 +0000 (+0200) Subject: update .readthedocs.yaml X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5d14a6361bfd391cd4c110f9d8fc1911e3e80e72;p=usecase-ui.git update .readthedocs.yaml Issue-ID: DOC-811 Signed-off-by: thmsdt Change-Id: I8597e6da908ee893aaeb66e4543061bf6376aaa4 (cherry picked from commit 045b446ddab61b66cd737b3738eceb47a0efb8a3) --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 82889b5a..f56b3b71 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,18 +3,16 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: 2 +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