X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=f56b3b71f0b07faaea95a17f8d1189896ab23689;hb=483a46a8d0dd17f3a3f47a742ce1fca1af706f9c;hp=b52ee03751495c2acf282767a16bf453de6b2dea;hpb=3bbfc6630e9456c013250fb39f6682894f1ab148;p=msb%2Fapigateway.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b52ee03..f56b3b7 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 - -formats: - - htmlzip +version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - - requirements: docs/etc/requirements.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py