From: thmsdt Date: Wed, 3 Nov 2021 09:50:33 +0000 (+0100) Subject: [DOC] Correct requirements for doc chain building X-Git-Tag: 9.0.0~34^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=a4b721bd2d5c8195e5c73c84cc0b7daa0fc3d5a2 [DOC] Correct requirements for doc chain building Issue-ID: DOC-765 Signed-off-by: thmsdt Change-Id: I8d082f95ab23e5f2e407a282e71de0bf95b7cb20 --- 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