Add .readthedocs.yaml for configuration 26/71626/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 1 May 2018 18:27:45 +0000 (14:27 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 1 May 2018 18:27:47 +0000 (14:27 -0400)
ReadTheDocs now allows us to configure some global configuration
options via a file in the repo rather than via the WebUI. Let's
do that so that we are managing our config as code too.

Change-Id: I8f829aeabd20d298fa98f697c092f833ea5eeee8
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
+