X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=78491afc515167dec3b2013830d335549f1f3720;hb=8cb16a6b59d8501808d62bb558f76f161b53d3e9;hp=40e9e991d222a743ffd0318c3ad2fbadf9684014;hpb=a6cdb918a9a83f47db97fcf926757c3a3282f517;p=oom.git 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