X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=blobdiff_plain;f=.readthedocs.yaml;h=f724264ff4269a9fba43b4308615ff7bb7bae2d9;hp=3797dc8bb9fc5745b518089fe3a576848c4f4036;hb=refs%2Fheads%2Fmaster;hpb=51c3f48a0d63824df7063cee2041c8cd1c80f8e4 diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb9..78491afc51 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,18 +3,19 @@ # 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" + apt_packages: + - graphviz 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