X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=876b8cbd843642ff5b9c808c44b6263404cf79e4;hb=15436f2022007fe4cfd539735e648bb7f0351d18;hp=3797dc8bb9fc5745b518089fe3a576848c4f4036;hpb=35d910ba45f29666dcc996f79c369dcc5e0a4cd6;p=msb%2Fjava-sdk.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..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/requirements-docs.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