X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdbcapi.git;a=blobdiff_plain;f=.readthedocs.yaml;fp=.readthedocs.yaml;h=3797dc8bb9fc5745b518089fe3a576848c4f4036;hp=0000000000000000000000000000000000000000;hb=797919f6e101c00dac3fe2e89a8b65780f60fba9;hpb=b4ac8facc14e83a95e5461862ddd95ef0152d5a0 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