From: Rich Bennett Date: Wed, 15 Nov 2017 19:28:14 +0000 (-0500) Subject: Provide default RTD yml description X-Git-Tag: 1.0.0-Amsterdam~160^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=200bc6e56f37f96fd985cdede9c2248fc42898a3;p=doc.git Provide default RTD yml description A file in the root directory limits the search for yml files that may not be RTD project descriptions. Change-Id: I8b8bd0cd3c83d840c397c006d61918819b38d917 Issue-ID: DOC-175 Signed-off-by: Rich Bennett --- diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 000000000..d65278abe --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,7 @@ +# Formats in addition to HTML + +formats: + - none + +# Pip requirements +requirements_file: etc/requirements.txt