.readthedocs.yml fixes 62/1062/1
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 3 Oct 2019 19:08:22 +0000 (15:08 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 3 Oct 2019 19:08:22 +0000 (15:08 -0400)
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I860a6a7199145f801a172cdb162b1e580bb01138

.readthedocs.yml

index de902fa..a7bc656 100644 (file)
@@ -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