diff options
author | 2020-12-02 10:31:49 -0500 | |
---|---|---|
committer | 2020-12-02 10:31:49 -0500 | |
commit | 87728318991b690b0999ee4c6b0d8a06598fbcc9 (patch) | |
tree | 3578455128e2f5d44f061b2ba6b56e7b974cb134 /.readthedocs.yaml | |
parent | 682ebae57f2c42b4322bf3eddb55e878035da34d (diff) |
Add missing readthedocs config file
Add missing readthedocs config file in guilin branch
Issue-ID: CCSDK-3016
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I6f520c11dc821c3365b02dc12c5f690c3d2b1e27
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
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 |