summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2022-01-25 15:25:54 +0100
committerthmsdt <thomas.kulik@telekom.de>2022-01-25 15:32:06 +0100
commitd61568e8a774912b981a7fc8e3c996871a174854 (patch)
tree6fb03fe411c996990c5adfe7cda69bf7a72f37bc
parentae619be88ad8859c2b95cf1f95714f77dda53732 (diff)
fix entry in .readthedocs.yaml
Issue-ID: DOC-782 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I73ce2fc32261f5b594c1e6fc38c95f199455091f
-rw-r--r--examples/sphinx/.readthedocs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sphinx/.readthedocs.yaml b/examples/sphinx/.readthedocs.yaml
index 10453a93d..9972e7212 100644
--- a/examples/sphinx/.readthedocs.yaml
+++ b/examples/sphinx/.readthedocs.yaml
@@ -12,7 +12,7 @@ build:
python:
version: 3.7
install:
- - requirements: etc/requirements.txt
+ - requirements: etc/requirements-docs.txt
submodules:
include: all