summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-06-22 11:48:24 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-06-22 11:49:04 +0200
commit045b446ddab61b66cd737b3738eceb47a0efb8a3 (patch)
tree3789d90c61d34a6c9a505e398aa4e9a7ee4f12bc
parent3d4f2f033d6fd47516e004b83021de9d519d0bd3 (diff)
update .readthedocs.yaml
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I8597e6da908ee893aaeb66e4543061bf6376aaa4
-rw-r--r--.readthedocs.yaml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 82889b5a..f56b3b71 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
+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
+ - requirements: docs/requirements-docs.txt
sphinx:
configuration: docs/conf.py