X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=876b8cbd843642ff5b9c808c44b6263404cf79e4;hb=eee2c69c611c9de693e2f9b3f5b9cd3d3460548d;hp=b52ee03751495c2acf282767a16bf453de6b2dea;hpb=afd1343e9ee0fbc4116c31384c4dc10bf0fe285e;p=msb%2Fapigateway.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b52ee03..876b8cb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,20 +1,21 @@ --- # .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required +# # 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 + image: latest python: - version: 3.7 - install: - - requirements: docs/etc/requirements.txt + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +submodules: + include: all sphinx: - configuration: docs/conf.py + configuration: docs/conf.py \ No newline at end of file