Add .readthedocs.conf 06/10206/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 24 Apr 2018 17:02:17 +0000 (13:02 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 24 Apr 2018 17:03:15 +0000 (13:03 -0400)
According to RTD they support a repo level config file now. Let's
try it with lf-docs and port it to more projects if it works.

https://docs.readthedocs.io/en/latest/yaml-config.html

Change-Id: Idae136065804d7103126b870bcb8a570859e46b0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.readthedocs.yml [new file with mode: 0644]

diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644 (file)
index 0000000..3c8193d
--- /dev/null
@@ -0,0 +1,8 @@
+formats:
+  - htmlzip
+
+requirements_file: requirements.txt
+
+build:
+   image: latest
+