aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-12-02 10:31:49 -0500
committerDan Timoney <dtimoney@att.com>2020-12-02 10:31:49 -0500
commit87728318991b690b0999ee4c6b0d8a06598fbcc9 (patch)
tree3578455128e2f5d44f061b2ba6b56e7b974cb134
parent682ebae57f2c42b4322bf3eddb55e878035da34d (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
-rw-r--r--.readthedocs.yaml20
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