aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorwangjiahang <wang.jiahang@zte.com.cn>2022-11-09 14:17:43 +0800
committerwangjiahang <wang.jiahang@zte.com.cn>2022-11-09 15:11:50 +0800
commiteee2c69c611c9de693e2f9b3f5b9cd3d3460548d (patch)
tree237a2bfe34345ba0b49a2059d6209a55e772f71f /.readthedocs.yaml
parentafd1343e9ee0fbc4116c31384c4dc10bf0fe285e (diff)
fix doc config files in master
Issue-ID: MSB-721 Signed-off-by: wangjiahang <wang.jiahang@zte.com.cn> Change-Id: I1294a50cc8d35c88e78b68305abdc95f4f04eea7
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 b52ee03..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/etc/requirements.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