diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-11-04 07:38:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-04 07:38:36 +0000 |
commit | 0be98332f1b0abef6f8877f1cdae95a06901c377 (patch) | |
tree | f2e4e17fe975d187226fb0812a0d07ad010ad56a /.readthedocs.yaml | |
parent | 8f18b2dfc4f65282a17fa81dcf0c539b4b8b866a (diff) | |
parent | a4b721bd2d5c8195e5c73c84cc0b7daa0fc3d5a2 (diff) |
Merge "[DOC] Correct requirements for doc chain building"
Diffstat (limited to '.readthedocs.yaml')
-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 |