diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2020-03-21 04:48:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-21 04:48:55 +0000 |
commit | 35d910ba45f29666dcc996f79c369dcc5e0a4cd6 (patch) | |
tree | 9a38813d6b802bd498425324e185c85d2c6507a2 /.readthedocs.yaml | |
parent | e033909915f46c21f7c04dc915faf10e4b9693c5 (diff) | |
parent | 40802336bcd53b814144fc4a70413d63f2c3e3b7 (diff) |
Merge "Migrate msb-java-sdk 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 |