X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=55bc765b168fea736824ccaf88e7eebbaae608d9;hb=dd7413d2458ad83166690f11690d8fc1dfed8b60;hp=f9b33a1414ab6fa74b059a10939b0ba4fbd2aae5;hpb=57012dc4573eae02a22257e2dd9553a132e97b46;p=doc.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f9b33a141..55bc765b1 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 sphinx: - configuration: docs/conf.py + configuration: docs/conf.py