From 87728318991b690b0999ee4c6b0d8a06598fbcc9 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 2 Dec 2020 10:31:49 -0500 Subject: 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 --- .readthedocs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .readthedocs.yaml 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 -- cgit