summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2022-10-27 14:29:26 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2022-10-27 15:49:08 +0800
commitd35a5c85128c02d70843d8e90e3567cf37336151 (patch)
treefd69b5a052a8413995c3a86a03adf48cefa26009 /.readthedocs.yaml
parente17ef2e9010d5189f6cac83e44ebe2c7115f523d (diff)
Updated doc configs
Issue-ID: HOLMES-582 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Ia9ffb8965998238b4a3cef0955bad8d7428d1026
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index f724264..a1f1b04 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
python:
version: 3.7
install:
- - requirements: requirements.txt
+ - requirements: docs/requirements-docs.txt
+
+submodules:
+ include: all
sphinx:
- configuration: docs/conf.py
+ configuration: docs/conf.py \ No newline at end of file