From: Aric Gardner Date: Thu, 3 Oct 2019 19:19:34 +0000 (-0400) Subject: Not sure what I am doing wrong here.. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F1064%2F1;p=doc.git Not sure what I am doing wrong here.. Signed-off-by: Aric Gardner Change-Id: I84b3c18ecc3efe28dde705013b5f61ebb8c86dcc --- diff --git a/.readthedocs.yml b/.readthedocs.yml index c7b4805..c7e3aa2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,21 +2,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 + path: . + - requirements: docs/requirements-docs.txt + +sphinx: + configuration: docs/conf.py