summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-07-04 09:28:47 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-07-04 10:57:54 +0200
commitee1f0741561484298eba353969ce67d89ef98220 (patch)
tree5950b334a4f5bd7e2cd882900d08e3c4877f50d5 /.readthedocs.yaml
parent22f97cbfa5d8ed9a3e16720ebf87965a563cb94f (diff)
fix doc config files
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I1102b3fe581ff37859eb09259c33955b44f94283
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