diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-12-14 11:50:08 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-12-20 14:57:36 +0000 |
commit | 893d3a54189d4d1425e1cd8f64e871fe38bab794 (patch) | |
tree | 5730d70f51906ff4142d59f40d7bf68a7b7ead94 /.readthedocs.yaml | |
parent | 66e44262b8eb996c06670dcededd899dd1cbd7dc (diff) |
[DOC] Data provider docs
Provide documentation for data provider tool
Issue-ID: INT-2037
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ia1b8b84a0f3dd2416ec9fcb564db6f7a5c0f83c5
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..3797dc8 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +--- +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required +version: 2 + +formats: + - htmlzip + +build: + image: latest + +python: + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +sphinx: + configuration: docs/conf.py |