From faf3f7864db1565b4063e7ab887fb8e5f1d96ff6 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 3 Oct 2019 15:19:34 -0400 Subject: [PATCH] Not sure what I am doing wrong here.. Signed-off-by: Aric Gardner Change-Id: I84b3c18ecc3efe28dde705013b5f61ebb8c86dcc --- .readthedocs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.16.6