diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-18 14:01:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-18 14:01:29 +0000 |
commit | 0236046527e5c9784207ce8d2e11d455cd9b5f2e (patch) | |
tree | e688310f2b625c54432b5bac268f3b438ff7e725 /.readthedocs.yaml | |
parent | 31fe7771d578257d1555b5743c3770204a476fc7 (diff) | |
parent | 6497df0a06028508586fc3a272d47974e97034c9 (diff) |
Merge "Migrate ccsdk-distribution docs"
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 00000000..3797dc8b --- /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 |