From: Aric Gardner Date: Thu, 3 Oct 2019 19:08:22 +0000 (-0400) Subject: .readthedocs.yml fixes X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4f81b99f34dde02234bc1258786941f88f145d31;p=doc.git .readthedocs.yml fixes Signed-off-by: Aric Gardner Change-Id: I860a6a7199145f801a172cdb162b1e580bb01138 --- diff --git a/.readthedocs.yml b/.readthedocs.yml index de902fa..a7bc656 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,21 @@ --- +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +formats: htmlzip + +sphinx: + configuration: docs/conf.py + +build: +image: latest + python: version: 3.7 install: - requirements: docs/requirements-docs.txt + - method: pip