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