summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-02-29 11:55:42 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-02-29 11:56:24 +0100
commit93b7cc0d79c69019b73c37ca27fca1382d3ca822 (patch)
tree8f102118f6ce94068300d46bab01283be14abdd9 /.readthedocs.yaml
parentc08628279b0949fca2d4038db71055870c100651 (diff)
update doc config filesHEADmaster
Issue-ID: DOC-823 Change-Id: Ic15e5eb4a2c6f9ea1911a809422159406fd11eb7 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml23
1 files changed, 10 insertions, 13 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 7f740b7..f56b3b7 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,21 +1,18 @@
---
# .readthedocs.yml
-# # Read the Docs configuration file
-# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-# # Required
-#
-version: 2
+# Read the Docs configuration file
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+# Required
+version: 2
build:
- image: latest
+ os: ubuntu-20.04
+ tools:
+ python: "3.8"
python:
- version: 3.7
- install:
- - requirements: docs/requirements-docs.txt
-
-submodules:
- include: all
+ install:
+ - requirements: docs/requirements-docs.txt
sphinx:
- configuration: docs/conf.py
+ configuration: docs/conf.py