summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2021-12-20 13:32:38 +0100
committerthmsdt <thomas.kulik@telekom.de>2021-12-20 14:42:05 +0100
commitae619be88ad8859c2b95cf1f95714f77dda53732 (patch)
treec9fa58c0f9c4f1851bc49ae63b7d0da937d26f51 /.readthedocs.yaml
parentce97ac55ec9bdcec212d1f399442e35d8ccdd82e (diff)
fix sphinx config example files and update readme
Issue-ID: DOC-782 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I1facd195d3fddf158ebdd7deb3c8882e7db35277
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 10453a93d..9972e7212 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -12,7 +12,7 @@ build:
python:
version: 3.7
install:
- - requirements: etc/requirements.txt
+ - requirements: etc/requirements-docs.txt
submodules:
include: all