Not sure what I am doing wrong here.. 64/1064/1
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 3 Oct 2019 19:19:34 +0000 (15:19 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 3 Oct 2019 19:19:34 +0000 (15:19 -0400)
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I84b3c18ecc3efe28dde705013b5f61ebb8c86dcc

.readthedocs.yml

index c7b4805..c7e3aa2 100644 (file)
@@ -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