X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=.readthedocs.yaml;fp=.readthedocs.yaml;h=fa15a7cd32fdd5d71851d5bf85f4c9901dd0087c;hb=86532163d19990e3acfa645a367ed0e0a1c787e0;hp=3797dc8bb9fc5745b518089fe3a576848c4f4036;hpb=b1fc08de84143ff49069f5b4dde0958a6cec4cd8;p=dmaap%2Fbuscontroller.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..fa15a7c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,12 +2,8 @@ # .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 @@ -16,5 +12,8 @@ python: install: - requirements: docs/requirements-docs.txt +submodules: + include: all + sphinx: configuration: docs/conf.py