Add .readthedocs.yml 61/1061/2
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 3 Oct 2019 18:54:30 +0000 (14:54 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 3 Oct 2019 18:55:46 +0000 (14:55 -0400)
https://docs.readthedocs.io/en/latest/config-file/v2.html

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Ie5823fb9d9e86311b34016802cd1dbbf45801fa4

.readthedocs.yml [new file with mode: 0644]

diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644 (file)
index 0000000..de902fa
--- /dev/null
@@ -0,0 +1,5 @@
+---
+python:
+  version: 3.7
+  install:
+    - requirements: docs/requirements-docs.txt