commit | 115e1097a9a3b56446f910b2e1a7adc95b04b100 | [log] [tgz] |
---|---|---|
author | elinuxhenrik <henrik.b.andersson@est.tech> | Tue Apr 05 09:29:33 2022 +0200 |
committer | elinuxhenrik <henrik.b.andersson@est.tech> | Tue Apr 05 09:29:37 2022 +0200 |
tree | 60b1f3acd4909fbd5101b8d568716e55afd025bb | |
parent | 02eb56e46cd6862bff943a980d8a448627521a1f [diff] [blame] |
Seed code Issue-ID: NONRTRIC-715 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech> Change-Id: Ie153c75c899f3a9a3faec833bd7a4999a6c5a88f
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