commit | 4249398baf8e9607f4e2a88d214410affc818666 | [log] [tgz] |
---|---|---|
author | Tommy Carpenter <tc677g@att.com> | Wed Nov 06 07:27:16 2019 -0500 |
committer | Tommy Carpenter <tc677g@att.com> | Wed Nov 06 08:52:13 2019 -0500 |
tree | 2b143666d89feeadee274856ac77a189b429029c | |
parent | 0b42dfc507b22b49669f360883a1cecaa50cda7b [diff] [blame] |
Follow docs instructions. Change-Id: If54c641be966dc01798a9815d9f82d184ada8452 Signed-off-by: Tommy Carpenter <tc677g@att.com>
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..095222a --- /dev/null +++ b/.readthedocs.yaml
@@ -0,0 +1,16 @@ +--- +version: 2 + +formats: + - htmlzip + +build: + image: latest + +python: + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +sphinx: + configuration: docs/conf.py