X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;fp=.readthedocs.yaml;h=f9b33a1414ab6fa74b059a10939b0ba4fbd2aae5;hb=0fb94b163b9d9e2e1a8b2f3e544059bd396726ff;hp=0000000000000000000000000000000000000000;hpb=711bc31c7f34435ae37989d005dc8d8f3d1b3395;p=doc.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..f9b33a141 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +# Formats in addition to HTML + +formats: + - htmlzip + +python: + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +# Build Container +build: + image: latest + + +sphinx: + configuration: docs/conf.py