diff options
author | James Forsyth <jf2512@att.com> | 2020-02-12 21:26:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-12 21:26:46 +0000 |
commit | c82af6144e25fe16555153a122040a55a06fd638 (patch) | |
tree | d68f015ca4895eb4c0bcc27c5b305b11e67e9397 /.readthedocs.yaml | |
parent | e16725e9bde5504104216e9c93d7fa9ba8a0da5d (diff) | |
parent | b8ee5f221532ff1e518c66e3c1b860f6f7e12ce1 (diff) |
Merge "Migrate aai-aai-common 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 |