From 731699a533245c49c7113e2c2004ec9cd838b321 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Wed, 27 Oct 2021 10:52:44 +0200 Subject: [PATCH] fix .readthedocs.yaml Issue-ID: HOLMES-486 Signed-off-by: thmsdt Change-Id: I571c656ff442b0af5519427ad5904a3ac8c9e877 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6