From: Thanh Ha Date: Tue, 24 Apr 2018 17:02:17 +0000 (-0400) Subject: Add .readthedocs.conf X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=4f2dccb2b3982b43a901607f802bbbb08a47fe1e;p=releng%2Fdocs.git Add .readthedocs.conf 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 --- diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..3c8193d --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,8 @@ +formats: + - htmlzip + +requirements_file: requirements.txt + +build: + image: latest +