From 5272dca758641a7752a3a4d9ccc9c4709aa68c4d Mon Sep 17 00:00:00 2001 From: "Rishi.Chail" Date: Tue, 23 Feb 2021 12:14:24 +0000 Subject: Initial/docs folder setup Issue-ID: CPS-176 Signed-off-by: Rishi.Chail Change-Id: I765ac67703303982a28f301ece70d87605c2e835 --- .readthedocs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .readthedocs.yaml (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..3797dc8bb9 --- /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 1.2.3-korg