commit | d37fab37bf583358f38c1d831617b515691c3557 | [log] [tgz] |
---|---|---|
author | Juha Hyttinen <juha.hyttinen@nokia.com> | Fri Nov 29 14:40:34 2019 +0200 |
committer | Juha Hyttinen <juha.hyttinen@nokia.com> | Fri Nov 29 14:41:24 2019 +0200 |
tree | a11ea5544c8a3707120696040552e833d8c217a3 | |
parent | b2e75e262855e8ed4646a773647c19500b84f7c3 [diff] [blame] |
Initial documentation Change-Id: I274c4627fa3510450aae8e08c9bdf0e501a7c697 Signed-off-by: Juha Hyttinen <juha.hyttinen@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