diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-02-27 11:44:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-27 11:44:52 +0000 |
commit | 2c0864f7b51e43591ef97cdda258d4d504180e4c (patch) | |
tree | 65669cbc2e8691e1fc509c5fcdc84650f7239d84 /.readthedocs.yaml | |
parent | 47f977556de3613e1f67d4551ccaa576e3228e93 (diff) | |
parent | 57cf0b5c9fc3026923a98770c8ef546b9ff83ecb (diff) |
Merge "Migrate policy-parent 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 |