X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=blobdiff_plain;f=.readthedocs.yaml;h=3797dc8bb9fc5745b518089fe3a576848c4f4036;hp=40e9e991d222a743ffd0318c3ad2fbadf9684014;hb=refs%2Fheads%2Fmaster;hpb=a8a5ef9e45f3b3b334402b2e04abf0cc0892f636 diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 40e9e991d2..78491afc51 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,15 +7,15 @@ version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" + apt_packages: + - graphviz python: - version: 3.7 install: - requirements: docs/requirements-docs.txt -submodules: - include: all - sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/conf.py