X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=f56b3b71f0b07faaea95a17f8d1189896ab23689;hb=df1e3a2bcc14c29bdf2e1bdf113fe3696562e9f0;hp=82889b5acfe9ce6fce7291da9f358ed04bf46991;hpb=663df2c1b8d9176094a62b00b7e80de096180621;p=dcaegen2.git 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