aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-11-07 09:12:01 +0000
committerefiacor <fiachra.corcoran@est.tech>2022-11-07 17:21:35 +0000
commit86532163d19990e3acfa645a367ed0e0a1c787e0 (patch)
tree80b9048e39f887c6597fee4b0b3272aca826b448 /.readthedocs.yaml
parentb1fc08de84143ff49069f5b4dde0958a6cec4cd8 (diff)
[DMAAP-BC] Update RTD setup files
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I0e03f3ed682e319c496b303462732c71436ae6d5 Issue-ID: DMAAP-1824
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3797dc8..fa15a7c 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -2,12 +2,8 @@
# .readthedocs.yml
# 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 +12,8 @@ python:
install:
- requirements: docs/requirements-docs.txt
+submodules:
+ include: all
+
sphinx:
configuration: docs/conf.py