diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-11-08 12:20:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-08 12:20:08 +0000 |
commit | bb23177521042d092d94922187b2a7cb9052c85a (patch) | |
tree | fbcea73deaee9a7d04796ff6cd2936b5c2ef2c56 /.readthedocs.yaml | |
parent | 365bdbc7853b4ca522899629c4ec653a06e5931a (diff) | |
parent | 0fb3b8f4d48a066259b8a9ea2a18d68d7644f8e5 (diff) |
Merge "[RDT] Refactoring RTD"
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f724264ff4..40e9e991d2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,18 +3,19 @@ # 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: 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 |