aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-06-22 10:56:33 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-06-22 10:58:08 +0200
commit28e874292b5f03aeabde4d17b985f0e4a58c2aea (patch)
treeaa60ec6f2534976ea0141430fd7b368574543a80 /.readthedocs.yaml
parent15436f2022007fe4cfd539735e648bb7f0351d18 (diff)
remove not required docs and .readthedocs.yamlHEADmaster
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I695b8e76e7b1ff24682c70ed22afa33c6f193565
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
deleted file mode 100644
index 876b8cb..0000000
--- a/.readthedocs.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
----
-# .readthedocs.yml
-# # Read the Docs configuration file
-# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-# # Required
-#
-version: 2
-
-build:
- image: latest
-
-python:
- version: 3.7
- install:
- - requirements: docs/requirements-docs.txt
-
-submodules:
- include: all
-
-sphinx:
- configuration: docs/conf.py \ No newline at end of file