diff options
author | Mandar Sawant <ms5838@att.com> | 2020-03-02 20:16:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-02 20:16:49 +0000 |
commit | b4dc85f82a74ac45ec1661d207740409b3d97238 (patch) | |
tree | dec9728ad28b20c7dc36ae346fb21186cd3ab94b /.readthedocs.yaml | |
parent | 8c6eaead6e8ffd9b575aea8d9288d85c81bd441b (diff) | |
parent | 8e3363fc1f64d246e24a59e10b920f05da40c79c (diff) |
Merge "Migrate dmaap-buscontroller 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 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 |