summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-07-04 14:30:35 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-07-04 14:42:54 +0200
commit0490b2fa6ad103fd9afddc621d75af4b7dd701ee (patch)
tree508893fa70883c5f553af4ce829f3061721a1c96 /.readthedocs.yaml
parent0f7accdc126c808dc952ee98d05ea48417c6b8b7 (diff)
fix doc config files
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I613c43ff8a770502486a96bc1ce13945dd59d824
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3797dc8..f56b3b7 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -3,18 +3,16 @@
# 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