commit | dbe5b8aae33876581a8b681610ed5f3395805da9 | [log] [tgz] |
---|---|---|
author | elinuxhenrik <henrik.b.andersson@est.tech> | Fri Jun 10 14:23:46 2022 +0200 |
committer | John Keeney <john.keeney@est.tech> | Wed Jun 15 10:59:31 2022 +0000 |
tree | b614ad33a074a88432758b93a84982abf71fb441 | |
parent | 2ec55ebc0dc5821ccaab354ea31b6a1ace1d41c7 [diff] [blame] |
Add documentation Issue-ID: NONRTRIC-762 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech> Change-Id: I8c6d59ad019a11e0e3499102918804bd35181069
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