X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=78491afc515167dec3b2013830d335549f1f3720;hb=9468364310a767b4d68f35a94f15e79ff38c5908;hp=f724264ff4269a9fba43b4308615ff7bb7bae2d9;hpb=3e3ae05ea1f29974f1ff76f9898d9041b0277d17;p=oom.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f724264ff4..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: requirements.txt + install: + - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py