X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=540143f27fd04febd21f5a43168a009914d4034f;hb=2bc6e4f9445ae748b490a6024ac35e57794aff6a;hp=3797dc8bb9fc5745b518089fe3a576848c4f4036;hpb=dd729d6d6e0f688a539fa66cb0e1497339403dc6;p=oom.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb9..540143f27f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,18 +3,17 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required +# version: 2 -formats: - - htmlzip - build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt + install: + - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py