X-Git-Url: https://gerrit.onap.org/r/gitweb?p=doc.git;a=blobdiff_plain;f=.readthedocs.yaml;h=f35ca04610e532ab96de12fc301c97a00bba5941;hp=f9b33a1414ab6fa74b059a10939b0ba4fbd2aae5;hb=cb6c4e566135b2c2bddb7cfe35e7b159d2581db0;hpb=0fb94b163b9d9e2e1a8b2f3e544059bd396726ff diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f9b33a141..f35ca0461 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,17 +1,24 @@ -# 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