X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=40e9e991d222a743ffd0318c3ad2fbadf9684014;hb=refs%2Fheads%2Fkohn;hp=3797dc8bb9fc5745b518089fe3a576848c4f4036;hpb=6aa8757e9ad80bc8d542390bb293d9e91ffd0481;p=oom.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb9..40e9e991d2 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 + image: latest python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +submodules: + include: all sphinx: - configuration: docs/conf.py + configuration: docs/conf.py \ No newline at end of file