summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2022-11-01 08:08:00 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2022-11-01 08:09:50 +0800
commit5e6a7b7d1b2f46f140fa67077e8883a88ba62727 (patch)
tree85e3c4c12ae79339c4f49c3748eac4ca253a89b4 /.readthedocs.yaml
parent39f08f5aed300463360baf9f9e11743894a9b743 (diff)
bugfix - fixed doc problems on the kohn branch
Issue-ID: HOLMES-587 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Ideb4a2c4261a3871d96a9b9f0edbb935eefa573f
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