X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=10453a93d8f96cfe5e45dbb62845765e1d15dd02;hb=fbf73b67b9743ada6fb06b6297c7de07f30a954c;hp=f9b33a1414ab6fa74b059a10939b0ba4fbd2aae5;hpb=8d51f37a1a93c1b649e8c2c74b55500a9a95529a;p=doc.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f9b33a141..10453a93d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,17 +1,21 @@ -# Formats in addition to HTML +--- +# .readthedocs.yml +# # Read the Docs configuration file +# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# # Required +# +version: 2 -formats: - - htmlzip - -python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt - -# Build Container build: image: latest +python: + version: 3.7 + install: + - requirements: etc/requirements.txt + +submodules: + include: all sphinx: - configuration: docs/conf.py + configuration: docs/conf.py