From: Dan Timoney Date: Wed, 2 Dec 2020 15:31:49 +0000 (-0500) Subject: Add missing readthedocs config file X-Git-Tag: 1.0.2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=87728318991b690b0999ee4c6b0d8a06598fbcc9;p=ccsdk%2Foran.git Add missing readthedocs config file Add missing readthedocs config file in guilin branch Issue-ID: CCSDK-3016 Signed-off-by: Dan Timoney Change-Id: I6f520c11dc821c3365b02dc12c5f690c3d2b1e27 --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..3797dc8b --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +--- +# .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 + +build: + image: latest + +python: + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +sphinx: + configuration: docs/conf.py