summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2021-10-27 10:52:44 +0200
committerGuangrong Fu <fu.guangrong@zte.com.cn>2021-10-27 09:14:28 +0000
commitc9f9af8c769785e084bd5b86edcd7712c42bf3ab (patch)
tree9556132f41e19321e56ff7561ca03c34a2aa739a
parent7d6da5afb6f5af1cc6c33fe5579035828de22815 (diff)
fix .readthedocs.yaml
Issue-ID: HOLMES-486 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I571c656ff442b0af5519427ad5904a3ac8c9e877 (cherry picked from commit 731699a533245c49c7113e2c2004ec9cd838b321)
-rw-r--r--.readthedocs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3797dc8..f724264 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -14,7 +14,7 @@ build:
python:
version: 3.7
install:
- - requirements: docs/requirements-docs.txt
+ - requirements: requirements.txt
sphinx:
configuration: docs/conf.py