summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2022-10-27 14:30:09 +0800
committerthmsdt <thomas.kulik@telekom.de>2022-10-27 09:33:35 +0200
commitffb893784b2661d3f332d009c4b8265761447760 (patch)
treef1ed19342347fd10c0ad552012a0b0ca0c1709f3 /.readthedocs.yaml
parent39f08f5aed300463360baf9f9e11743894a9b743 (diff)
Updated doc configs
Issue-ID: HOLMES-582 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I3e9319a30432ae25281cfc84c21d7ecba80cadff
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3797dc8..a1f1b04 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,13 +1,11 @@
---
# .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
@@ -16,5 +14,8 @@ python:
install:
- requirements: docs/requirements-docs.txt
+submodules:
+ include: all
+
sphinx:
- configuration: docs/conf.py
+ configuration: docs/conf.py \ No newline at end of file