X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=f56b3b71f0b07faaea95a17f8d1189896ab23689;hb=HEAD;hp=f9b33a1414ab6fa74b059a10939b0ba4fbd2aae5;hpb=0fb94b163b9d9e2e1a8b2f3e544059bd396726ff;p=doc.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f9b33a141..f56b3b71f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,17 +1,18 @@ -# Formats in addition to HTML +--- +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required -formats: - - htmlzip +version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt - -# Build Container -build: - image: latest - + - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py