diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-26 10:38:08 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-26 10:39:25 +0200 |
commit | 47e13962ee639608171785cfd32f20037ca63810 (patch) | |
tree | 03481cce2d6b8acc1be4b99af7657cab3a5fe262 /.readthedocs.yaml | |
parent | 2593494642c8f425f5e6897241312006563797b1 (diff) |
[DOC] Fix master doc build config
Issue-ID: DOC-811
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I39729a4b23ca9404c9287a58d5ac787770871cb1
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb..7effcde5c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,18 +3,17 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: 2 -formats: - - htmlzip +version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py |