aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorManisha Aggarwal <amanisha@att.com>2022-11-09 15:24:32 +0000
committerGerrit Code Review <gerrit@onap.org>2022-11-09 15:24:32 +0000
commit8b504f6db32630ae4b6774efabc87ed76a950053 (patch)
tree9268c155f08e79fde05c33f63ed2b02d9ff5a07d /.readthedocs.yaml
parentfbb02159b84435cf37221ae8ae5e0045167be15a (diff)
parent5b83ba0814d6a046d45146e97762626700440520 (diff)
Merge "[AAI] Fix doc config files"
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 3797dc8b..cedcf757 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