diff options
author | 2022-03-02 10:18:42 +0800 | |
---|---|---|
committer | 2022-03-02 10:18:42 +0800 | |
commit | 3bbfc6630e9456c013250fb39f6682894f1ab148 (patch) | |
tree | acac8b113d3519421400a9f4fc239c97a32e8093 /.readthedocs.yaml | |
parent | b62418200c69b5ac0af87ea87311d9a2dc923cbd (diff) |
[MSB]remove duplicated requirements
remove duplicated docs in msb/apigateway repo and update sphinx config files
Issue-ID: MSB-633
Signed-off-by: jinquanni <ni.jinquan@zte.com.cn>
Change-Id: I0cbe04a462e8a7dfd4b3d995b76f006b591d4f3a
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 3797dc8..b52ee03 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,7 +14,7 @@ build: python: version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/etc/requirements.txt sphinx: configuration: docs/conf.py |