commit | dd973f341024996a2a642fe32091a2d0560dbfe0 | [log] [tgz] |
---|---|---|
author | Roni Riska <roni.riska@nokia.com> | Wed Nov 13 08:46:18 2019 +0200 |
committer | Roni Riska <roni.riska@nokia.com> | Wed Nov 13 08:46:28 2019 +0200 |
tree | 1a7e4734cc6c81f12a8970bbca6b72a60b1b824b | |
parent | 3d0978374939ba984244de56750f1e7933b55073 [diff] [blame] |
Add docs build support Change-Id: I5443fd513b7f9e05434dd1a3e41425172d9b9136 Signed-off-by: Roni Riska <roni.riska@nokia.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