X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.readthedocs.yaml;h=7f740b769f93d58ddbce7474a54495d9b2f286c8;hb=688a2dd3a681c28ac48ad737316c2dc1dff08526;hp=3797dc8bb9fc5745b518089fe3a576848c4f4036;hpb=b0f136169fcf812b4f030a6d0ffe2817977b313c;p=policy%2Fparent.git diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8b..7f740b76 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