aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorAleksandra Maciaga <aleksandra.maciaga@nokia.com>2020-02-19 10:30:58 +0100
committerJessica Wagantall <jwagantall@linuxfoundation.org>2020-02-19 18:19:48 +0000
commite76929a0de1f8fda281f2d535cd820428413aa52 (patch)
treeb250387553bcf78116e82c38d11e281391fd04f6 /.readthedocs.yaml
parentf28a670df2ea958a83d28930264f002f6d67eec7 (diff)
Add documentation
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Issue-ID: AAF-997 Change-Id: I1c451a8e7060ff565f7e6bfe5290d3fd96f6bebd
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