summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-02-18 14:01:29 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-18 14:01:29 +0000
commit0236046527e5c9784207ce8d2e11d455cd9b5f2e (patch)
treee688310f2b625c54432b5bac268f3b438ff7e725 /.readthedocs.yaml
parent31fe7771d578257d1555b5743c3770204a476fc7 (diff)
parent6497df0a06028508586fc3a272d47974e97034c9 (diff)
Merge "Migrate ccsdk-distribution docs"
Diffstat (limited to '.readthedocs.yaml')
-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