diff options
author | thmsdt <thomas.kulik@telekom.de> | 2021-11-03 10:50:33 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2021-11-03 10:51:30 +0100 |
commit | a4b721bd2d5c8195e5c73c84cc0b7daa0fc3d5a2 (patch) | |
tree | 200a885947aacfb08a63f766a12db3d18511f264 | |
parent | 9c2f3e702748a1005f196359fc438e132c32de05 (diff) |
[DOC] Correct requirements for doc chain building
Issue-ID: DOC-765
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I8d082f95ab23e5f2e407a282e71de0bf95b7cb20
-rw-r--r-- | .readthedocs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb9..f724264ff4 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 |