summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorwangjiahang <wang.jiahang@zte.com.cn>2022-11-09 15:27:41 +0800
committerwangjiahang <wang.jiahang@zte.com.cn>2022-11-09 15:27:41 +0800
commitf98dbabf8da7bdaef474dda6836ab753035391d0 (patch)
tree199c26e6332d2c640a14fbd569ec5fc2ec3f05e8 /.readthedocs.yaml
parent1436cb811528f91e53ca47f415fc00767bf067e8 (diff)
fix doc config files in master
Issue-ID: MSB-721 Signed-off-by: wangjiahang <wang.jiahang@zte.com.cn> Change-Id: I4541760668e4f6c0f9dce417b91115373be2f1fe
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml23
1 files changed, 12 insertions, 11 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3797dc8..876b8cb 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,20 +1,21 @@
---
# .readthedocs.yml
-# Read the Docs configuration file
-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-# Required
+# # Read the Docs configuration file
+# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+# # Required
+#
version: 2
-formats:
- - htmlzip
-
build:
- image: latest
+ image: latest
python:
- version: 3.7
- install:
- - requirements: docs/requirements-docs.txt
+ version: 3.7
+ install:
+ - requirements: docs/requirements-docs.txt
+
+submodules:
+ include: all
sphinx:
- configuration: docs/conf.py
+ configuration: docs/conf.py \ No newline at end of file