diff options
author | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2022-11-02 07:26:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-02 07:26:55 +0000 |
commit | 782ccb88294a3b43fdd368ae3a98fdd72aca0c24 (patch) | |
tree | 791531c264a04554fd3f66a77016286e4f6ac1ca /.readthedocs.yaml | |
parent | 0645b537ab50bbda1757c49a626d987ff9b34467 (diff) | |
parent | 688a2dd3a681c28ac48ad737316c2dc1dff08526 (diff) |
Merge "Fix doc config files and dead links"
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 23 |
1 files changed, 12 insertions, 11 deletions
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 |