summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-04-03 13:33:06 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-04-17 12:40:50 +0200
commit2f07ec8a22ccce11ebe01f7d9ed9f947631d97ff (patch)
tree7c0183193fd2cfe4a34f08f1c6c115427f2279b0 /.readthedocs.yaml
parentb0c6c0b98a4fefcd0b2c88102a06a61c5d624cd0 (diff)
move requirements file and correct path in tox.ini
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I7c1b2bb3bd2357d2de5458d4791d8ee20affc682
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 9972e7212..7f740b769 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -12,7 +12,7 @@ build:
python:
version: 3.7
install:
- - requirements: etc/requirements-docs.txt
+ - requirements: docs/requirements-docs.txt
submodules:
include: all