diff options
author | thmsdt <thomas.kulik@telekom.de> | 2021-10-27 10:52:44 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2021-10-27 10:53:41 +0200 |
commit | 731699a533245c49c7113e2c2004ec9cd838b321 (patch) | |
tree | 86f21cf7cbd3426b8a4e951676017cc5fbccbc55 | |
parent | 3c0ce0f85b34392dd50608e7440f10a20b0279cd (diff) |
fix .readthedocs.yaml
Issue-ID: HOLMES-486
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I571c656ff442b0af5519427ad5904a3ac8c9e877
-rw-r--r-- | .readthedocs.yaml | 2 |
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 |