aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2022-11-10 12:49:00 +0000
committerMichael Morris <michael.morris@est.tech>2022-11-10 14:24:27 +0000
commit6dc43f47ec278e58122a1d0bc256c98ede08faab (patch)
tree56c8b6a1bcbf24bdd8b1960635a1373cb46616fd /.readthedocs.yaml
parent1b46a6e1d6fcf9788c9f18552f6f6b8fed60126c (diff)
Fix doc config
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4242 Change-Id: I7167e2b24572204b6b8f3fd5f7dea9593f6d652c
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3797dc8..dc0c78b 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