From: Aric Gardner Date: Thu, 3 Oct 2019 18:54:30 +0000 (-0400) Subject: Add .readthedocs.yml X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c9055f20db6953fbc988afe3be435099fc7cd816;p=doc.git Add .readthedocs.yml https://docs.readthedocs.io/en/latest/config-file/v2.html Signed-off-by: Aric Gardner Change-Id: Ie5823fb9d9e86311b34016802cd1dbbf45801fa4 --- diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..de902fa --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,5 @@ +--- +python: + version: 3.7 + install: + - requirements: docs/requirements-docs.txt